kopia lustrzana https://github.com/backface/turtlestitch
integrated Catalan-Valencian translation
rodzic
60dca94478
commit
20c3fee33a
|
@ -3945,6 +3945,7 @@ Translation Updates:
|
|||
180209
|
||||
------
|
||||
* Store, GUI: small tweaks
|
||||
* new Valencian Catalan translation, thanks, Jose A. Múrcia!!
|
||||
|
||||
|
||||
=== v4.1.2 features ===
|
||||
|
|
|
@ -166,7 +166,7 @@
|
|||
|
||||
/*global SnapTranslator*/
|
||||
|
||||
SnapTranslator.dict.ca_valencia = {
|
||||
SnapTranslator.dict.ca_VA = {
|
||||
|
||||
/*
|
||||
Special characters: (see <http://0xcc.net/jsescape/>)
|
||||
|
@ -179,11 +179,11 @@ SnapTranslator.dict.ca_valencia = {
|
|||
|
||||
// translations meta information
|
||||
'language_name':
|
||||
'Valencià', // the name as it should appear in the language menu
|
||||
'Català - Valencià', // the name as it should appear in the language menu
|
||||
'language_translator':
|
||||
'Bernat Romagosa Carrasquer, Joan Guillén i Pelegay, Pilar Embid', // your name for the Translators tab
|
||||
'translator_e-mail':
|
||||
'bernat@arduino.org, jguille2@xtec.cat, embid_mar@gva.es', // optional
|
||||
'bernat@snap4arduino.rocks, jguille2@xtec.cat, embid_mar@gva.es', // optional
|
||||
'last_changed':
|
||||
'2018-02-08', // this, too, will appear in the Translators tab
|
||||
|
||||
|
@ -1381,7 +1381,7 @@ SnapTranslator.dict.ca_valencia = {
|
|||
'other clones':
|
||||
'altres clons',
|
||||
'dangling?':
|
||||
'Baumeln?',
|
||||
'penjant?',
|
||||
'rotation x':
|
||||
'rotació x',
|
||||
'rotation y':
|
13
locale.js
13
locale.js
|
@ -42,7 +42,7 @@
|
|||
|
||||
/*global modules, contains*/
|
||||
|
||||
modules.locale = '2018-February-5';
|
||||
modules.locale = '2018-February-9';
|
||||
|
||||
// Global stuff
|
||||
|
||||
|
@ -372,6 +372,17 @@ SnapTranslator.dict.ca = {
|
|||
'2017-11-15'
|
||||
};
|
||||
|
||||
SnapTranslator.dict.ca_VA = {
|
||||
'language_name':
|
||||
'Català - Valencià',
|
||||
'language_translator':
|
||||
'Bernat Romagosa Carrasquer, Joan Guillén i Pelegay, Pilar Embid',
|
||||
'translator_e-mail':
|
||||
'bernat@snap4arduino.rocks, jguille2@xtec.cat, embid_mar@gva.es',
|
||||
'last_changed':
|
||||
'2018-02-08'
|
||||
};
|
||||
|
||||
SnapTranslator.dict.fi = {
|
||||
'language_name':
|
||||
'suomi',
|
||||
|
|
Ładowanie…
Reference in New Issue