@brightspace-ui/intl 3.30.2 → 3.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lang/ar.js +26 -1
- package/lang/cy.js +26 -1
- package/lang/da.js +26 -1
- package/lang/de.js +26 -1
- package/lang/en-gb.js +26 -1
- package/lang/en.js +26 -1
- package/lang/es-es.js +28 -3
- package/lang/es.js +26 -1
- package/lang/fr-fr.js +26 -1
- package/lang/fr-on.js +27 -2
- package/lang/fr.js +27 -2
- package/lang/haw.js +26 -1
- package/lang/hi.js +26 -1
- package/lang/ja.js +26 -1
- package/lang/ko.js +26 -1
- package/lang/mi.js +26 -1
- package/lang/nl.js +26 -1
- package/lang/pt.js +26 -1
- package/lang/sv.js +26 -1
- package/lang/th.js +39 -14
- package/lang/tr.js +26 -1
- package/lang/vi.js +27 -2
- package/lang/zh-cn.js +26 -1
- package/lang/zh-tw.js +26 -1
- package/package.json +1 -1
package/lang/ar.js
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
"intl-common:actions:add": "إضافة", // add action (in Title Case)
|
|
3
|
+
"intl-common:actions:apply": "تطبيق", // apply action (in Title Case)
|
|
4
|
+
"intl-common:actions:browse": "استعراض", // browse action (in Title Case)
|
|
5
|
+
"intl-common:actions:cancel": "إلغاء", // cancel action (in Title Case)
|
|
6
|
+
"intl-common:actions:clear": "مسح", // clear action (in Title Case)
|
|
7
|
+
"intl-common:actions:close": "إغلاق", // close action (in Title Case)
|
|
8
|
+
"intl-common:actions:confirm": "تأكيد", // confirm action (in Title Case)
|
|
9
|
+
"intl-common:actions:copy": "نسخ", // copy action (in Title Case)
|
|
10
|
+
"intl-common:actions:create": "إنشاء", // create action (in Title Case)
|
|
11
|
+
"intl-common:actions:delete": "حذف", // delete action (in Title Case)
|
|
12
|
+
"intl-common:actions:done": "تم", // done action (in Title Case)
|
|
13
|
+
"intl-common:actions:edit": "تحرير", // edit action (in Title Case)
|
|
14
|
+
"intl-common:actions:finish": "إنهاء", // finish action (in Title Case)
|
|
15
|
+
"intl-common:actions:print": "طباعة", // print action (in Title Case)
|
|
16
|
+
"intl-common:actions:remove": "إزالة", // remove action (in Title Case)
|
|
17
|
+
"intl-common:actions:save": "حفظ", // save action (in Title Case)
|
|
18
|
+
"intl-common:actions:saveAndClose": "حفظ وإغلاق", // save and close action (in Title Case)
|
|
19
|
+
"intl-common:actions:saveAndNew": "حفظ وجديد", // save and new action (in Title Case)
|
|
20
|
+
"intl-common:actions:search": "بحث", // search action (in Title Case)
|
|
21
|
+
"intl-common:actions:submit": "إرسال", // submit action (in Title Case)
|
|
22
|
+
"intl-common:actions:update": "تحديث", // update action (in Title Case)
|
|
23
|
+
"intl-common:characters:ampersand": "علامة العطف ”&“", // short name or description of the "&" character
|
|
2
24
|
"intl-common:characters:apostrophe": "الفاصلة العليا", // short name or description of the "'" character
|
|
3
|
-
"intl-common:characters:ampersand": "علامة العطف \"&\"", // short name or description of the "&" character
|
|
4
25
|
"intl-common:characters:asterisk": "العلامة النجمية", // short name or description of the "*" character
|
|
5
26
|
"intl-common:characters:backslash": "الشرطة المائلة", // short name or description of the "\" character
|
|
6
27
|
"intl-common:characters:colon": "النقطتان", // short name or description of the ":" character
|
|
@@ -12,7 +33,11 @@ export default {
|
|
|
12
33
|
"intl-common:characters:pipe": "الخط العمودي", // short name or description of the "|" character
|
|
13
34
|
"intl-common:characters:questionMark": "علامة الاستفهام", // short name or description of the "?" character
|
|
14
35
|
"intl-common:characters:quotationMark": "علامة الاقتباس", // short name or description of the '"' character
|
|
36
|
+
"intl-common:confirm:no": "لا", // no response to a question (in Title Case)
|
|
37
|
+
"intl-common:confirm:ok": "موافق", // okay response to a question
|
|
38
|
+
"intl-common:confirm:yes": "نعم", // yes response to a question (in Title Case)
|
|
15
39
|
"intl-common:navigation:back:title": "الخلف", // term for navigating back to the previous page (in Title Case)
|
|
40
|
+
"intl-common:navigation:continue:title": "متابعة", // continue action (in Title Case)
|
|
16
41
|
"intl-common:navigation:next:title": "التالي", // term for navigating to the next page or item (in Title Case)
|
|
17
42
|
"intl-common:navigation:previous:title": "السابق", // term for navigating to the previous page or item (in Title Case)
|
|
18
43
|
};
|
package/lang/cy.js
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:
|
|
2
|
+
"intl-common:actions:add": "Ychwanegu", // add action (in Title Case)
|
|
3
|
+
"intl-common:actions:apply": "Gweithredu", // apply action (in Title Case)
|
|
4
|
+
"intl-common:actions:browse": "Pori", // browse action (in Title Case)
|
|
5
|
+
"intl-common:actions:cancel": "Canslo", // cancel action (in Title Case)
|
|
6
|
+
"intl-common:actions:clear": "Clirio", // clear action (in Title Case)
|
|
7
|
+
"intl-common:actions:close": "Cau", // close action (in Title Case)
|
|
8
|
+
"intl-common:actions:confirm": "Cadarnhau", // confirm action (in Title Case)
|
|
9
|
+
"intl-common:actions:copy": "Copïo", // copy action (in Title Case)
|
|
10
|
+
"intl-common:actions:create": "Creu", // create action (in Title Case)
|
|
11
|
+
"intl-common:actions:delete": "Dileu", // delete action (in Title Case)
|
|
12
|
+
"intl-common:actions:done": "Wedi Gorffen", // done action (in Title Case)
|
|
13
|
+
"intl-common:actions:edit": "Golygu", // edit action (in Title Case)
|
|
14
|
+
"intl-common:actions:finish": "Gorffen", // finish action (in Title Case)
|
|
15
|
+
"intl-common:actions:print": "Argraffu", // print action (in Title Case)
|
|
16
|
+
"intl-common:actions:remove": "Dileu", // remove action (in Title Case)
|
|
17
|
+
"intl-common:actions:save": "Cadw", // save action (in Title Case)
|
|
18
|
+
"intl-common:actions:saveAndClose": "Cadw a Chau", // save and close action (in Title Case)
|
|
19
|
+
"intl-common:actions:saveAndNew": "Cadw a Newydd", // save and new action (in Title Case)
|
|
20
|
+
"intl-common:actions:search": "Chwilio", // search action (in Title Case)
|
|
21
|
+
"intl-common:actions:submit": "Cyflwyno", // submit action (in Title Case)
|
|
22
|
+
"intl-common:actions:update": "Diweddaru", // update action (in Title Case)
|
|
3
23
|
"intl-common:characters:ampersand": "ampersand", // short name or description of the "&" character
|
|
24
|
+
"intl-common:characters:apostrophe": "collnod", // short name or description of the "'" character
|
|
4
25
|
"intl-common:characters:asterisk": "seren", // short name or description of the "*" character
|
|
5
26
|
"intl-common:characters:backslash": "ôl-slaes", // short name or description of the "\" character
|
|
6
27
|
"intl-common:characters:colon": "colon", // short name or description of the ":" character
|
|
@@ -12,7 +33,11 @@ export default {
|
|
|
12
33
|
"intl-common:characters:pipe": "pibell", // short name or description of the "|" character
|
|
13
34
|
"intl-common:characters:questionMark": "gofynnod", // short name or description of the "?" character
|
|
14
35
|
"intl-common:characters:quotationMark": "dyfynnod", // short name or description of the '"' character
|
|
36
|
+
"intl-common:confirm:no": "Na", // no response to a question (in Title Case)
|
|
37
|
+
"intl-common:confirm:ok": "IAWN", // okay response to a question
|
|
38
|
+
"intl-common:confirm:yes": "Oes", // yes response to a question (in Title Case)
|
|
15
39
|
"intl-common:navigation:back:title": "Yn ôl", // term for navigating back to the previous page (in Title Case)
|
|
40
|
+
"intl-common:navigation:continue:title": "Parhau", // continue action (in Title Case)
|
|
16
41
|
"intl-common:navigation:next:title": "Nesaf", // term for navigating to the next page or item (in Title Case)
|
|
17
42
|
"intl-common:navigation:previous:title": "Blaenorol", // term for navigating to the previous page or item (in Title Case)
|
|
18
43
|
};
|
package/lang/da.js
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:
|
|
2
|
+
"intl-common:actions:add": "Tilføj", // add action (in Title Case)
|
|
3
|
+
"intl-common:actions:apply": "Anvend", // apply action (in Title Case)
|
|
4
|
+
"intl-common:actions:browse": "Gennemse", // browse action (in Title Case)
|
|
5
|
+
"intl-common:actions:cancel": "Annuller", // cancel action (in Title Case)
|
|
6
|
+
"intl-common:actions:clear": "Ryd", // clear action (in Title Case)
|
|
7
|
+
"intl-common:actions:close": "Luk", // close action (in Title Case)
|
|
8
|
+
"intl-common:actions:confirm": "Bekræft", // confirm action (in Title Case)
|
|
9
|
+
"intl-common:actions:copy": "Kopiér", // copy action (in Title Case)
|
|
10
|
+
"intl-common:actions:create": "Opret", // create action (in Title Case)
|
|
11
|
+
"intl-common:actions:delete": "Slet", // delete action (in Title Case)
|
|
12
|
+
"intl-common:actions:done": "Udført", // done action (in Title Case)
|
|
13
|
+
"intl-common:actions:edit": "Rediger", // edit action (in Title Case)
|
|
14
|
+
"intl-common:actions:finish": "Afslut", // finish action (in Title Case)
|
|
15
|
+
"intl-common:actions:print": "Udskriv", // print action (in Title Case)
|
|
16
|
+
"intl-common:actions:remove": "Fjern", // remove action (in Title Case)
|
|
17
|
+
"intl-common:actions:save": "Gem", // save action (in Title Case)
|
|
18
|
+
"intl-common:actions:saveAndClose": "Gem og luk", // save and close action (in Title Case)
|
|
19
|
+
"intl-common:actions:saveAndNew": "Gem og ny", // save and new action (in Title Case)
|
|
20
|
+
"intl-common:actions:search": "Søg", // search action (in Title Case)
|
|
21
|
+
"intl-common:actions:submit": "Aflever", // submit action (in Title Case)
|
|
22
|
+
"intl-common:actions:update": "Opdater", // update action (in Title Case)
|
|
3
23
|
"intl-common:characters:ampersand": "og-tegn", // short name or description of the "&" character
|
|
24
|
+
"intl-common:characters:apostrophe": "apostrof", // short name or description of the "'" character
|
|
4
25
|
"intl-common:characters:asterisk": "stjerne", // short name or description of the "*" character
|
|
5
26
|
"intl-common:characters:backslash": "omvendt skråstreg", // short name or description of the "\" character
|
|
6
27
|
"intl-common:characters:colon": "kolon", // short name or description of the ":" character
|
|
@@ -12,7 +33,11 @@ export default {
|
|
|
12
33
|
"intl-common:characters:pipe": "lodret streg", // short name or description of the "|" character
|
|
13
34
|
"intl-common:characters:questionMark": "spørgsmålstegn", // short name or description of the "?" character
|
|
14
35
|
"intl-common:characters:quotationMark": "anførselstegn", // short name or description of the '"' character
|
|
36
|
+
"intl-common:confirm:no": "Nej", // no response to a question (in Title Case)
|
|
37
|
+
"intl-common:confirm:ok": "OK", // okay response to a question
|
|
38
|
+
"intl-common:confirm:yes": "Ja", // yes response to a question (in Title Case)
|
|
15
39
|
"intl-common:navigation:back:title": "Tilbage", // term for navigating back to the previous page (in Title Case)
|
|
40
|
+
"intl-common:navigation:continue:title": "Fortsæt", // continue action (in Title Case)
|
|
16
41
|
"intl-common:navigation:next:title": "Næste", // term for navigating to the next page or item (in Title Case)
|
|
17
42
|
"intl-common:navigation:previous:title": "Forrige", // term for navigating to the previous page or item (in Title Case)
|
|
18
43
|
};
|
package/lang/de.js
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:
|
|
2
|
+
"intl-common:actions:add": "Hinzufügen", // add action (in Title Case)
|
|
3
|
+
"intl-common:actions:apply": "Anwenden", // apply action (in Title Case)
|
|
4
|
+
"intl-common:actions:browse": "Durchsuchen", // browse action (in Title Case)
|
|
5
|
+
"intl-common:actions:cancel": "Abbrechen", // cancel action (in Title Case)
|
|
6
|
+
"intl-common:actions:clear": "Löschen", // clear action (in Title Case)
|
|
7
|
+
"intl-common:actions:close": "Schließen", // close action (in Title Case)
|
|
8
|
+
"intl-common:actions:confirm": "Bestätigen", // confirm action (in Title Case)
|
|
9
|
+
"intl-common:actions:copy": "Kopieren", // copy action (in Title Case)
|
|
10
|
+
"intl-common:actions:create": "Erstellen", // create action (in Title Case)
|
|
11
|
+
"intl-common:actions:delete": "Löschen", // delete action (in Title Case)
|
|
12
|
+
"intl-common:actions:done": "Fertig", // done action (in Title Case)
|
|
13
|
+
"intl-common:actions:edit": "Bearbeiten", // edit action (in Title Case)
|
|
14
|
+
"intl-common:actions:finish": "Fertigstellen", // finish action (in Title Case)
|
|
15
|
+
"intl-common:actions:print": "Drucken", // print action (in Title Case)
|
|
16
|
+
"intl-common:actions:remove": "Entfernen", // remove action (in Title Case)
|
|
17
|
+
"intl-common:actions:save": "Speichern", // save action (in Title Case)
|
|
18
|
+
"intl-common:actions:saveAndClose": "Speichern und schließen", // save and close action (in Title Case)
|
|
19
|
+
"intl-common:actions:saveAndNew": "Speichern und neu", // save and new action (in Title Case)
|
|
20
|
+
"intl-common:actions:search": "Suchen", // search action (in Title Case)
|
|
21
|
+
"intl-common:actions:submit": "Senden", // submit action (in Title Case)
|
|
22
|
+
"intl-common:actions:update": "Aktualisieren", // update action (in Title Case)
|
|
3
23
|
"intl-common:characters:ampersand": "Kaufmännisches Und", // short name or description of the "&" character
|
|
24
|
+
"intl-common:characters:apostrophe": "Apostroph", // short name or description of the "'" character
|
|
4
25
|
"intl-common:characters:asterisk": "Sternchen", // short name or description of the "*" character
|
|
5
26
|
"intl-common:characters:backslash": "Umgekehrter Schrägstrich", // short name or description of the "\" character
|
|
6
27
|
"intl-common:characters:colon": "Doppelpunkt", // short name or description of the ":" character
|
|
@@ -12,7 +33,11 @@ export default {
|
|
|
12
33
|
"intl-common:characters:pipe": "Senkrechter Strich", // short name or description of the "|" character
|
|
13
34
|
"intl-common:characters:questionMark": "Fragezeichen", // short name or description of the "?" character
|
|
14
35
|
"intl-common:characters:quotationMark": "Anführungszeichen", // short name or description of the '"' character
|
|
36
|
+
"intl-common:confirm:no": "Nein", // no response to a question (in Title Case)
|
|
37
|
+
"intl-common:confirm:ok": "OK", // okay response to a question
|
|
38
|
+
"intl-common:confirm:yes": "Ja", // yes response to a question (in Title Case)
|
|
15
39
|
"intl-common:navigation:back:title": "Zurück", // term for navigating back to the previous page (in Title Case)
|
|
40
|
+
"intl-common:navigation:continue:title": "Weiter", // continue action (in Title Case)
|
|
16
41
|
"intl-common:navigation:next:title": "Weiter", // term for navigating to the next page or item (in Title Case)
|
|
17
42
|
"intl-common:navigation:previous:title": "Zurück", // term for navigating to the previous page or item (in Title Case)
|
|
18
43
|
};
|
package/lang/en-gb.js
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:
|
|
2
|
+
"intl-common:actions:add": "Add", // add action (in Title Case)
|
|
3
|
+
"intl-common:actions:apply": "Apply", // apply action (in Title Case)
|
|
4
|
+
"intl-common:actions:browse": "Browse", // browse action (in Title Case)
|
|
5
|
+
"intl-common:actions:cancel": "Cancel", // cancel action (in Title Case)
|
|
6
|
+
"intl-common:actions:clear": "Clear", // clear action (in Title Case)
|
|
7
|
+
"intl-common:actions:close": "Close", // close action (in Title Case)
|
|
8
|
+
"intl-common:actions:confirm": "Confirm", // confirm action (in Title Case)
|
|
9
|
+
"intl-common:actions:copy": "Copy", // copy action (in Title Case)
|
|
10
|
+
"intl-common:actions:create": "Create", // create action (in Title Case)
|
|
11
|
+
"intl-common:actions:delete": "Delete", // delete action (in Title Case)
|
|
12
|
+
"intl-common:actions:done": "Done", // done action (in Title Case)
|
|
13
|
+
"intl-common:actions:edit": "Edit", // edit action (in Title Case)
|
|
14
|
+
"intl-common:actions:finish": "Finish", // finish action (in Title Case)
|
|
15
|
+
"intl-common:actions:print": "Print", // print action (in Title Case)
|
|
16
|
+
"intl-common:actions:remove": "Remove", // remove action (in Title Case)
|
|
17
|
+
"intl-common:actions:save": "Save", // save action (in Title Case)
|
|
18
|
+
"intl-common:actions:saveAndClose": "Save and Close", // save and close action (in Title Case)
|
|
19
|
+
"intl-common:actions:saveAndNew": "Save and New", // save and new action (in Title Case)
|
|
20
|
+
"intl-common:actions:search": "Search", // search action (in Title Case)
|
|
21
|
+
"intl-common:actions:submit": "Submit", // submit action (in Title Case)
|
|
22
|
+
"intl-common:actions:update": "Update", // update action (in Title Case)
|
|
3
23
|
"intl-common:characters:ampersand": "ampersand", // short name or description of the "&" character
|
|
24
|
+
"intl-common:characters:apostrophe": "apostrophe", // short name or description of the "'" character
|
|
4
25
|
"intl-common:characters:asterisk": "asterisk", // short name or description of the "*" character
|
|
5
26
|
"intl-common:characters:backslash": "backslash", // short name or description of the "\" character
|
|
6
27
|
"intl-common:characters:colon": "colon", // short name or description of the ":" character
|
|
@@ -12,7 +33,11 @@ export default {
|
|
|
12
33
|
"intl-common:characters:pipe": "pipe", // short name or description of the "|" character
|
|
13
34
|
"intl-common:characters:questionMark": "question mark", // short name or description of the "?" character
|
|
14
35
|
"intl-common:characters:quotationMark": "quotation mark", // short name or description of the '"' character
|
|
36
|
+
"intl-common:confirm:no": "No", // no response to a question (in Title Case)
|
|
37
|
+
"intl-common:confirm:ok": "OK", // okay response to a question
|
|
38
|
+
"intl-common:confirm:yes": "Yes", // yes response to a question (in Title Case)
|
|
15
39
|
"intl-common:navigation:back:title": "Back", // term for navigating back to the previous page (in Title Case)
|
|
40
|
+
"intl-common:navigation:continue:title": "Continue", // continue action (in Title Case)
|
|
16
41
|
"intl-common:navigation:next:title": "Next", // term for navigating to the next page or item (in Title Case)
|
|
17
42
|
"intl-common:navigation:previous:title": "Previous", // term for navigating to the previous page or item (in Title Case)
|
|
18
43
|
};
|
package/lang/en.js
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:
|
|
2
|
+
"intl-common:actions:add": "Add", // add action (in Title Case)
|
|
3
|
+
"intl-common:actions:apply": "Apply", // apply action (in Title Case)
|
|
4
|
+
"intl-common:actions:browse": "Browse", // browse action (in Title Case)
|
|
5
|
+
"intl-common:actions:cancel": "Cancel", // cancel action (in Title Case)
|
|
6
|
+
"intl-common:actions:clear": "Clear", // clear action (in Title Case)
|
|
7
|
+
"intl-common:actions:close": "Close", // close action (in Title Case)
|
|
8
|
+
"intl-common:actions:confirm": "Confirm", // confirm action (in Title Case)
|
|
9
|
+
"intl-common:actions:copy": "Copy", // copy action (in Title Case)
|
|
10
|
+
"intl-common:actions:create": "Create", // create action (in Title Case)
|
|
11
|
+
"intl-common:actions:delete": "Delete", // delete action (in Title Case)
|
|
12
|
+
"intl-common:actions:done": "Done", // done action (in Title Case)
|
|
13
|
+
"intl-common:actions:edit": "Edit", // edit action (in Title Case)
|
|
14
|
+
"intl-common:actions:finish": "Finish", // finish action (in Title Case)
|
|
15
|
+
"intl-common:actions:print": "Print", // print action (in Title Case)
|
|
16
|
+
"intl-common:actions:remove": "Remove", // remove action (in Title Case)
|
|
17
|
+
"intl-common:actions:save": "Save", // save action (in Title Case)
|
|
18
|
+
"intl-common:actions:saveAndClose": "Save and Close", // save and close action (in Title Case)
|
|
19
|
+
"intl-common:actions:saveAndNew": "Save and New", // save and new action (in Title Case)
|
|
20
|
+
"intl-common:actions:search": "Search", // search action (in Title Case)
|
|
21
|
+
"intl-common:actions:submit": "Submit", // submit action (in Title Case)
|
|
22
|
+
"intl-common:actions:update": "Update", // update action (in Title Case)
|
|
3
23
|
"intl-common:characters:ampersand": "ampersand", // short name or description of the "&" character
|
|
24
|
+
"intl-common:characters:apostrophe": "apostrophe", // short name or description of the "'" character
|
|
4
25
|
"intl-common:characters:asterisk": "asterisk", // short name or description of the "*" character
|
|
5
26
|
"intl-common:characters:backslash": "backslash", // short name or description of the "\" character
|
|
6
27
|
"intl-common:characters:colon": "colon", // short name or description of the ":" character
|
|
@@ -12,7 +33,11 @@ export default {
|
|
|
12
33
|
"intl-common:characters:pipe": "pipe", // short name or description of the "|" character
|
|
13
34
|
"intl-common:characters:questionMark": "question mark", // short name or description of the "?" character
|
|
14
35
|
"intl-common:characters:quotationMark": "quotation mark", // short name or description of the '"' character
|
|
36
|
+
"intl-common:confirm:no": "No", // no response to a question (in Title Case)
|
|
37
|
+
"intl-common:confirm:ok": "OK", // okay response to a question
|
|
38
|
+
"intl-common:confirm:yes": "Yes", // yes response to a question (in Title Case)
|
|
15
39
|
"intl-common:navigation:back:title": "Back", // term for navigating back to the previous page (in Title Case)
|
|
40
|
+
"intl-common:navigation:continue:title": "Continue", // continue action (in Title Case)
|
|
16
41
|
"intl-common:navigation:next:title": "Next", // term for navigating to the next page or item (in Title Case)
|
|
17
42
|
"intl-common:navigation:previous:title": "Previous", // term for navigating to the previous page or item (in Title Case)
|
|
18
43
|
};
|
package/lang/es-es.js
CHANGED
|
@@ -1,18 +1,43 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:
|
|
2
|
+
"intl-common:actions:add": "Agregar", // add action (in Title Case)
|
|
3
|
+
"intl-common:actions:apply": "Aplicar", // apply action (in Title Case)
|
|
4
|
+
"intl-common:actions:browse": "Examinar", // browse action (in Title Case)
|
|
5
|
+
"intl-common:actions:cancel": "Cancelar", // cancel action (in Title Case)
|
|
6
|
+
"intl-common:actions:clear": "Borrar", // clear action (in Title Case)
|
|
7
|
+
"intl-common:actions:close": "Cerrar", // close action (in Title Case)
|
|
8
|
+
"intl-common:actions:confirm": "Confirmar", // confirm action (in Title Case)
|
|
9
|
+
"intl-common:actions:copy": "Copiar", // copy action (in Title Case)
|
|
10
|
+
"intl-common:actions:create": "Crear", // create action (in Title Case)
|
|
11
|
+
"intl-common:actions:delete": "Eliminar", // delete action (in Title Case)
|
|
12
|
+
"intl-common:actions:done": "Listo", // done action (in Title Case)
|
|
13
|
+
"intl-common:actions:edit": "Editar", // edit action (in Title Case)
|
|
14
|
+
"intl-common:actions:finish": "Finalizar", // finish action (in Title Case)
|
|
15
|
+
"intl-common:actions:print": "Imprimir", // print action (in Title Case)
|
|
16
|
+
"intl-common:actions:remove": "Eliminar", // remove action (in Title Case)
|
|
17
|
+
"intl-common:actions:save": "Guardar", // save action (in Title Case)
|
|
18
|
+
"intl-common:actions:saveAndClose": "Guardar y cerrar", // save and close action (in Title Case)
|
|
19
|
+
"intl-common:actions:saveAndNew": "Guardar y nuevo", // save and new action (in Title Case)
|
|
20
|
+
"intl-common:actions:search": "Buscar", // search action (in Title Case)
|
|
21
|
+
"intl-common:actions:submit": "Enviar", // submit action (in Title Case)
|
|
22
|
+
"intl-common:actions:update": "Actualizar", // update action (in Title Case)
|
|
3
23
|
"intl-common:characters:ampersand": "et", // short name or description of the "&" character
|
|
24
|
+
"intl-common:characters:apostrophe": "apóstrofe", // short name or description of the "'" character
|
|
4
25
|
"intl-common:characters:asterisk": "asterisco", // short name or description of the "*" character
|
|
5
26
|
"intl-common:characters:backslash": "barra invertida", // short name or description of the "\" character
|
|
6
27
|
"intl-common:characters:colon": "dos puntos", // short name or description of the ":" character
|
|
7
28
|
"intl-common:characters:comma": "coma", // short name or description of the "," character
|
|
8
|
-
"intl-common:characters:greaterThan": "signo
|
|
9
|
-
"intl-common:characters:lessThan": "signo
|
|
29
|
+
"intl-common:characters:greaterThan": "signo “mayor que”", // short name or description of the ">" character
|
|
30
|
+
"intl-common:characters:lessThan": "signo “menor que”", // short name or description of the "<" character
|
|
10
31
|
"intl-common:characters:numberSign": "signo de número", // short name or description of the "#" character
|
|
11
32
|
"intl-common:characters:percentSign": "signo de porcentaje", // short name or description of the "%" character
|
|
12
33
|
"intl-common:characters:pipe": "pleca", // short name or description of the "|" character
|
|
13
34
|
"intl-common:characters:questionMark": "signo de interrogación", // short name or description of the "?" character
|
|
14
35
|
"intl-common:characters:quotationMark": "comillas", // short name or description of the '"' character
|
|
36
|
+
"intl-common:confirm:no": "No", // no response to a question (in Title Case)
|
|
37
|
+
"intl-common:confirm:ok": "OK", // okay response to a question
|
|
38
|
+
"intl-common:confirm:yes": "Sí", // yes response to a question (in Title Case)
|
|
15
39
|
"intl-common:navigation:back:title": "Anterior", // term for navigating back to the previous page (in Title Case)
|
|
40
|
+
"intl-common:navigation:continue:title": "Continuar", // continue action (in Title Case)
|
|
16
41
|
"intl-common:navigation:next:title": "Siguiente", // term for navigating to the next page or item (in Title Case)
|
|
17
42
|
"intl-common:navigation:previous:title": "Anterior", // term for navigating to the previous page or item (in Title Case)
|
|
18
43
|
};
|
package/lang/es.js
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:
|
|
2
|
+
"intl-common:actions:add": "Agregar", // add action (in Title Case)
|
|
3
|
+
"intl-common:actions:apply": "Aplicar", // apply action (in Title Case)
|
|
4
|
+
"intl-common:actions:browse": "Examinar", // browse action (in Title Case)
|
|
5
|
+
"intl-common:actions:cancel": "Cancelar", // cancel action (in Title Case)
|
|
6
|
+
"intl-common:actions:clear": "Borrar", // clear action (in Title Case)
|
|
7
|
+
"intl-common:actions:close": "Cerrar", // close action (in Title Case)
|
|
8
|
+
"intl-common:actions:confirm": "Confirmar", // confirm action (in Title Case)
|
|
9
|
+
"intl-common:actions:copy": "Copiar", // copy action (in Title Case)
|
|
10
|
+
"intl-common:actions:create": "Crear", // create action (in Title Case)
|
|
11
|
+
"intl-common:actions:delete": "Eliminar", // delete action (in Title Case)
|
|
12
|
+
"intl-common:actions:done": "Listo", // done action (in Title Case)
|
|
13
|
+
"intl-common:actions:edit": "Editar", // edit action (in Title Case)
|
|
14
|
+
"intl-common:actions:finish": "Finalizar", // finish action (in Title Case)
|
|
15
|
+
"intl-common:actions:print": "Imprimir", // print action (in Title Case)
|
|
16
|
+
"intl-common:actions:remove": "Eliminar", // remove action (in Title Case)
|
|
17
|
+
"intl-common:actions:save": "Guardar", // save action (in Title Case)
|
|
18
|
+
"intl-common:actions:saveAndClose": "Guardar y cerrar", // save and close action (in Title Case)
|
|
19
|
+
"intl-common:actions:saveAndNew": "Guardar y nuevo", // save and new action (in Title Case)
|
|
20
|
+
"intl-common:actions:search": "Buscar", // search action (in Title Case)
|
|
21
|
+
"intl-common:actions:submit": "Enviar", // submit action (in Title Case)
|
|
22
|
+
"intl-common:actions:update": "Actualizar", // update action (in Title Case)
|
|
3
23
|
"intl-common:characters:ampersand": "&", // short name or description of the "&" character
|
|
24
|
+
"intl-common:characters:apostrophe": "apóstrofo", // short name or description of the "'" character
|
|
4
25
|
"intl-common:characters:asterisk": "asterisco", // short name or description of the "*" character
|
|
5
26
|
"intl-common:characters:backslash": "Barra invertida", // short name or description of the "\" character
|
|
6
27
|
"intl-common:characters:colon": "dos puntos", // short name or description of the ":" character
|
|
@@ -12,7 +33,11 @@ export default {
|
|
|
12
33
|
"intl-common:characters:pipe": "Barra vertical", // short name or description of the "|" character
|
|
13
34
|
"intl-common:characters:questionMark": "signo de interrogación", // short name or description of the "?" character
|
|
14
35
|
"intl-common:characters:quotationMark": "comilla", // short name or description of the '"' character
|
|
36
|
+
"intl-common:confirm:no": "No", // no response to a question (in Title Case)
|
|
37
|
+
"intl-common:confirm:ok": "OK", // okay response to a question
|
|
38
|
+
"intl-common:confirm:yes": "Sí", // yes response to a question (in Title Case)
|
|
15
39
|
"intl-common:navigation:back:title": "Anterior", // term for navigating back to the previous page (in Title Case)
|
|
40
|
+
"intl-common:navigation:continue:title": "Continuar", // continue action (in Title Case)
|
|
16
41
|
"intl-common:navigation:next:title": "Siguiente", // term for navigating to the next page or item (in Title Case)
|
|
17
42
|
"intl-common:navigation:previous:title": "Anterior", // term for navigating to the previous page or item (in Title Case)
|
|
18
43
|
};
|
package/lang/fr-fr.js
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:
|
|
2
|
+
"intl-common:actions:add": "Ajouter", // add action (in Title Case)
|
|
3
|
+
"intl-common:actions:apply": "Appliquer", // apply action (in Title Case)
|
|
4
|
+
"intl-common:actions:browse": "Parcourir", // browse action (in Title Case)
|
|
5
|
+
"intl-common:actions:cancel": "Annuler", // cancel action (in Title Case)
|
|
6
|
+
"intl-common:actions:clear": "Effacer", // clear action (in Title Case)
|
|
7
|
+
"intl-common:actions:close": "Fermer", // close action (in Title Case)
|
|
8
|
+
"intl-common:actions:confirm": "Confirmer", // confirm action (in Title Case)
|
|
9
|
+
"intl-common:actions:copy": "Copier", // copy action (in Title Case)
|
|
10
|
+
"intl-common:actions:create": "Créer", // create action (in Title Case)
|
|
11
|
+
"intl-common:actions:delete": "Supprimer", // delete action (in Title Case)
|
|
12
|
+
"intl-common:actions:done": "Terminé", // done action (in Title Case)
|
|
13
|
+
"intl-common:actions:edit": "Modifier", // edit action (in Title Case)
|
|
14
|
+
"intl-common:actions:finish": "Terminer", // finish action (in Title Case)
|
|
15
|
+
"intl-common:actions:print": "Imprimer", // print action (in Title Case)
|
|
16
|
+
"intl-common:actions:remove": "Supprimer", // remove action (in Title Case)
|
|
17
|
+
"intl-common:actions:save": "Enregistrer", // save action (in Title Case)
|
|
18
|
+
"intl-common:actions:saveAndClose": "Enregistrer et fermer", // save and close action (in Title Case)
|
|
19
|
+
"intl-common:actions:saveAndNew": "Enregistrer et nouveau", // save and new action (in Title Case)
|
|
20
|
+
"intl-common:actions:search": "Rechercher", // search action (in Title Case)
|
|
21
|
+
"intl-common:actions:submit": "Envoyer", // submit action (in Title Case)
|
|
22
|
+
"intl-common:actions:update": "Mettre à jour", // update action (in Title Case)
|
|
3
23
|
"intl-common:characters:ampersand": "esperluette", // short name or description of the "&" character
|
|
24
|
+
"intl-common:characters:apostrophe": "apostrophe", // short name or description of the "'" character
|
|
4
25
|
"intl-common:characters:asterisk": "astérisque", // short name or description of the "*" character
|
|
5
26
|
"intl-common:characters:backslash": "barre oblique inversée", // short name or description of the "\" character
|
|
6
27
|
"intl-common:characters:colon": "deux-points", // short name or description of the ":" character
|
|
@@ -12,7 +33,11 @@ export default {
|
|
|
12
33
|
"intl-common:characters:pipe": "barre verticale", // short name or description of the "|" character
|
|
13
34
|
"intl-common:characters:questionMark": "point d’interrogation", // short name or description of the "?" character
|
|
14
35
|
"intl-common:characters:quotationMark": "guillemet anglais", // short name or description of the '"' character
|
|
36
|
+
"intl-common:confirm:no": "Non", // no response to a question (in Title Case)
|
|
37
|
+
"intl-common:confirm:ok": "OK", // okay response to a question
|
|
38
|
+
"intl-common:confirm:yes": "Oui", // yes response to a question (in Title Case)
|
|
15
39
|
"intl-common:navigation:back:title": "Retour", // term for navigating back to the previous page (in Title Case)
|
|
40
|
+
"intl-common:navigation:continue:title": "Continuer", // continue action (in Title Case)
|
|
16
41
|
"intl-common:navigation:next:title": "Suivant", // term for navigating to the next page or item (in Title Case)
|
|
17
42
|
"intl-common:navigation:previous:title": "Précédent", // term for navigating to the previous page or item (in Title Case)
|
|
18
43
|
};
|
package/lang/fr-on.js
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:
|
|
2
|
+
"intl-common:actions:add": "Ajouter", // add action (in Title Case)
|
|
3
|
+
"intl-common:actions:apply": "Appliquer", // apply action (in Title Case)
|
|
4
|
+
"intl-common:actions:browse": "Parcourir", // browse action (in Title Case)
|
|
5
|
+
"intl-common:actions:cancel": "Annuler", // cancel action (in Title Case)
|
|
6
|
+
"intl-common:actions:clear": "Effacer", // clear action (in Title Case)
|
|
7
|
+
"intl-common:actions:close": "Fermer", // close action (in Title Case)
|
|
8
|
+
"intl-common:actions:confirm": "Confirmer", // confirm action (in Title Case)
|
|
9
|
+
"intl-common:actions:copy": "Copier", // copy action (in Title Case)
|
|
10
|
+
"intl-common:actions:create": "Créer", // create action (in Title Case)
|
|
11
|
+
"intl-common:actions:delete": "Supprimer", // delete action (in Title Case)
|
|
12
|
+
"intl-common:actions:done": "Terminé", // done action (in Title Case)
|
|
13
|
+
"intl-common:actions:edit": "Modifier", // edit action (in Title Case)
|
|
14
|
+
"intl-common:actions:finish": "Terminer", // finish action (in Title Case)
|
|
15
|
+
"intl-common:actions:print": "Imprimer", // print action (in Title Case)
|
|
16
|
+
"intl-common:actions:remove": "Supprimer", // remove action (in Title Case)
|
|
17
|
+
"intl-common:actions:save": "Enregistrer", // save action (in Title Case)
|
|
18
|
+
"intl-common:actions:saveAndClose": "Enregistrer et fermer", // save and close action (in Title Case)
|
|
19
|
+
"intl-common:actions:saveAndNew": "Enregistrer et nouveau", // save and new action (in Title Case)
|
|
20
|
+
"intl-common:actions:search": "Rechercher", // search action (in Title Case)
|
|
21
|
+
"intl-common:actions:submit": "Soumettre", // submit action (in Title Case)
|
|
22
|
+
"intl-common:actions:update": "Mettre à jour", // update action (in Title Case)
|
|
3
23
|
"intl-common:characters:ampersand": "perluète", // short name or description of the "&" character
|
|
24
|
+
"intl-common:characters:apostrophe": "apostrophe", // short name or description of the "'" character
|
|
4
25
|
"intl-common:characters:asterisk": "astérisque", // short name or description of the "*" character
|
|
5
26
|
"intl-common:characters:backslash": "barre oblique inversée", // short name or description of the "\" character
|
|
6
27
|
"intl-common:characters:colon": "deux-points", // short name or description of the ":" character
|
|
@@ -10,9 +31,13 @@ export default {
|
|
|
10
31
|
"intl-common:characters:numberSign": "symbole de chiffre", // short name or description of the "#" character
|
|
11
32
|
"intl-common:characters:percentSign": "symbole de pourcentage", // short name or description of the "%" character
|
|
12
33
|
"intl-common:characters:pipe": "barre verticale", // short name or description of the "|" character
|
|
13
|
-
"intl-common:characters:questionMark": "point d
|
|
34
|
+
"intl-common:characters:questionMark": "point d’interrogation", // short name or description of the "?" character
|
|
14
35
|
"intl-common:characters:quotationMark": "guillemet", // short name or description of the '"' character
|
|
36
|
+
"intl-common:confirm:no": "Non", // no response to a question (in Title Case)
|
|
37
|
+
"intl-common:confirm:ok": "OK", // okay response to a question
|
|
38
|
+
"intl-common:confirm:yes": "Oui", // yes response to a question (in Title Case)
|
|
15
39
|
"intl-common:navigation:back:title": "Retour", // term for navigating back to the previous page (in Title Case)
|
|
40
|
+
"intl-common:navigation:continue:title": "Continuer", // continue action (in Title Case)
|
|
16
41
|
"intl-common:navigation:next:title": "Suivant", // term for navigating to the next page or item (in Title Case)
|
|
17
42
|
"intl-common:navigation:previous:title": "Précédent", // term for navigating to the previous page or item (in Title Case)
|
|
18
43
|
};
|
package/lang/fr.js
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:
|
|
2
|
+
"intl-common:actions:add": "Ajouter", // add action (in Title Case)
|
|
3
|
+
"intl-common:actions:apply": "Appliquer", // apply action (in Title Case)
|
|
4
|
+
"intl-common:actions:browse": "Parcourir", // browse action (in Title Case)
|
|
5
|
+
"intl-common:actions:cancel": "Annuler", // cancel action (in Title Case)
|
|
6
|
+
"intl-common:actions:clear": "Effacer", // clear action (in Title Case)
|
|
7
|
+
"intl-common:actions:close": "Fermer", // close action (in Title Case)
|
|
8
|
+
"intl-common:actions:confirm": "Confirmer", // confirm action (in Title Case)
|
|
9
|
+
"intl-common:actions:copy": "Copier", // copy action (in Title Case)
|
|
10
|
+
"intl-common:actions:create": "Créer", // create action (in Title Case)
|
|
11
|
+
"intl-common:actions:delete": "Supprimer", // delete action (in Title Case)
|
|
12
|
+
"intl-common:actions:done": "Terminé", // done action (in Title Case)
|
|
13
|
+
"intl-common:actions:edit": "Modifier", // edit action (in Title Case)
|
|
14
|
+
"intl-common:actions:finish": "Terminer", // finish action (in Title Case)
|
|
15
|
+
"intl-common:actions:print": "Imprimer", // print action (in Title Case)
|
|
16
|
+
"intl-common:actions:remove": "Supprimer", // remove action (in Title Case)
|
|
17
|
+
"intl-common:actions:save": "Enregistrer", // save action (in Title Case)
|
|
18
|
+
"intl-common:actions:saveAndClose": "Enregistrer et fermer", // save and close action (in Title Case)
|
|
19
|
+
"intl-common:actions:saveAndNew": "Enregistrer et nouveau", // save and new action (in Title Case)
|
|
20
|
+
"intl-common:actions:search": "Rechercher", // search action (in Title Case)
|
|
21
|
+
"intl-common:actions:submit": "Soumettre", // submit action (in Title Case)
|
|
22
|
+
"intl-common:actions:update": "Mettre à jour", // update action (in Title Case)
|
|
3
23
|
"intl-common:characters:ampersand": "perluète", // short name or description of the "&" character
|
|
24
|
+
"intl-common:characters:apostrophe": "apostrophe", // short name or description of the "'" character
|
|
4
25
|
"intl-common:characters:asterisk": "astérisque", // short name or description of the "*" character
|
|
5
26
|
"intl-common:characters:backslash": "barre oblique inversée", // short name or description of the "\" character
|
|
6
27
|
"intl-common:characters:colon": "deux-points", // short name or description of the ":" character
|
|
@@ -10,9 +31,13 @@ export default {
|
|
|
10
31
|
"intl-common:characters:numberSign": "symbole de chiffre", // short name or description of the "#" character
|
|
11
32
|
"intl-common:characters:percentSign": "symbole de pourcentage", // short name or description of the "%" character
|
|
12
33
|
"intl-common:characters:pipe": "barre verticale", // short name or description of the "|" character
|
|
13
|
-
"intl-common:characters:questionMark": "point d
|
|
34
|
+
"intl-common:characters:questionMark": "point d’interrogation", // short name or description of the "?" character
|
|
14
35
|
"intl-common:characters:quotationMark": "guillemet", // short name or description of the '"' character
|
|
36
|
+
"intl-common:confirm:no": "Non", // no response to a question (in Title Case)
|
|
37
|
+
"intl-common:confirm:ok": "OK", // okay response to a question
|
|
38
|
+
"intl-common:confirm:yes": "Oui", // yes response to a question (in Title Case)
|
|
15
39
|
"intl-common:navigation:back:title": "Retour", // term for navigating back to the previous page (in Title Case)
|
|
40
|
+
"intl-common:navigation:continue:title": "Continuer", // continue action (in Title Case)
|
|
16
41
|
"intl-common:navigation:next:title": "Suivant", // term for navigating to the next page or item (in Title Case)
|
|
17
42
|
"intl-common:navigation:previous:title": "Précédent", // term for navigating to the previous page or item (in Title Case)
|
|
18
43
|
};
|
package/lang/haw.js
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:
|
|
2
|
+
"intl-common:actions:add": "Hoʻohui", // add action (in Title Case)
|
|
3
|
+
"intl-common:actions:apply": "E noi", // apply action (in Title Case)
|
|
4
|
+
"intl-common:actions:browse": "Huli", // browse action (in Title Case)
|
|
5
|
+
"intl-common:actions:cancel": "Hoʻopau", // cancel action (in Title Case)
|
|
6
|
+
"intl-common:actions:clear": "Akaka", // clear action (in Title Case)
|
|
7
|
+
"intl-common:actions:close": "Pani", // close action (in Title Case)
|
|
8
|
+
"intl-common:actions:confirm": "E hōʻoia", // confirm action (in Title Case)
|
|
9
|
+
"intl-common:actions:copy": "kope", // copy action (in Title Case)
|
|
10
|
+
"intl-common:actions:create": "Hana", // create action (in Title Case)
|
|
11
|
+
"intl-common:actions:delete": "Holoi", // delete action (in Title Case)
|
|
12
|
+
"intl-common:actions:done": "Pau", // done action (in Title Case)
|
|
13
|
+
"intl-common:actions:edit": "Hoʻoponopono", // edit action (in Title Case)
|
|
14
|
+
"intl-common:actions:finish": "Hoʻopau", // finish action (in Title Case)
|
|
15
|
+
"intl-common:actions:print": "Paʻi", // print action (in Title Case)
|
|
16
|
+
"intl-common:actions:remove": "Wehe", // remove action (in Title Case)
|
|
17
|
+
"intl-common:actions:save": "Mālama", // save action (in Title Case)
|
|
18
|
+
"intl-common:actions:saveAndClose": "Mālama a pani", // save and close action (in Title Case)
|
|
19
|
+
"intl-common:actions:saveAndNew": "Mālama a hou", // save and new action (in Title Case)
|
|
20
|
+
"intl-common:actions:search": "Huli", // search action (in Title Case)
|
|
21
|
+
"intl-common:actions:submit": "Waiho mai", // submit action (in Title Case)
|
|
22
|
+
"intl-common:actions:update": "Hōʻano hou", // update action (in Title Case)
|
|
3
23
|
"intl-common:characters:ampersand": "ampersand", // short name or description of the "&" character
|
|
24
|
+
"intl-common:characters:apostrophe": "apostrophe", // short name or description of the "'" character
|
|
4
25
|
"intl-common:characters:asterisk": "asterisk", // short name or description of the "*" character
|
|
5
26
|
"intl-common:characters:backslash": "kaha kua hope", // short name or description of the "\" character
|
|
6
27
|
"intl-common:characters:colon": "kolonā", // short name or description of the ":" character
|
|
@@ -12,7 +33,11 @@ export default {
|
|
|
12
33
|
"intl-common:characters:pipe": "paipu", // short name or description of the "|" character
|
|
13
34
|
"intl-common:characters:questionMark": "kaha ninau", // short name or description of the "?" character
|
|
14
35
|
"intl-common:characters:quotationMark": "kaha puana'i", // short name or description of the '"' character
|
|
36
|
+
"intl-common:confirm:no": "ʻAʻole", // no response to a question (in Title Case)
|
|
37
|
+
"intl-common:confirm:ok": "ʻAe", // okay response to a question
|
|
38
|
+
"intl-common:confirm:yes": "ʻAe", // yes response to a question (in Title Case)
|
|
15
39
|
"intl-common:navigation:back:title": "Ke kua", // term for navigating back to the previous page (in Title Case)
|
|
40
|
+
"intl-common:navigation:continue:title": "E hoʻomau", // continue action (in Title Case)
|
|
16
41
|
"intl-common:navigation:next:title": "Aʻe", // term for navigating to the next page or item (in Title Case)
|
|
17
42
|
"intl-common:navigation:previous:title": "Mamua", // term for navigating to the previous page or item (in Title Case)
|
|
18
43
|
};
|
package/lang/hi.js
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:
|
|
2
|
+
"intl-common:actions:add": "जोड़ें", // add action (in Title Case)
|
|
3
|
+
"intl-common:actions:apply": "लागू करें", // apply action (in Title Case)
|
|
4
|
+
"intl-common:actions:browse": "ब्राउज़ करें", // browse action (in Title Case)
|
|
5
|
+
"intl-common:actions:cancel": "रद्द करें", // cancel action (in Title Case)
|
|
6
|
+
"intl-common:actions:clear": "साफ़ करें", // clear action (in Title Case)
|
|
7
|
+
"intl-common:actions:close": "बंद करें", // close action (in Title Case)
|
|
8
|
+
"intl-common:actions:confirm": "पुष्टि करें", // confirm action (in Title Case)
|
|
9
|
+
"intl-common:actions:copy": "कॉपी करें", // copy action (in Title Case)
|
|
10
|
+
"intl-common:actions:create": "बनाएँ", // create action (in Title Case)
|
|
11
|
+
"intl-common:actions:delete": "हटाएँ", // delete action (in Title Case)
|
|
12
|
+
"intl-common:actions:done": "पूर्ण", // done action (in Title Case)
|
|
13
|
+
"intl-common:actions:edit": "संपादित करें", // edit action (in Title Case)
|
|
14
|
+
"intl-common:actions:finish": "समाप्त करें", // finish action (in Title Case)
|
|
15
|
+
"intl-common:actions:print": "प्रिंट करें", // print action (in Title Case)
|
|
16
|
+
"intl-common:actions:remove": "निकालें", // remove action (in Title Case)
|
|
17
|
+
"intl-common:actions:save": "सहेजें", // save action (in Title Case)
|
|
18
|
+
"intl-common:actions:saveAndClose": "सहेजें और बंद करें", // save and close action (in Title Case)
|
|
19
|
+
"intl-common:actions:saveAndNew": "सहेजें और नया", // save and new action (in Title Case)
|
|
20
|
+
"intl-common:actions:search": "खोजें", // search action (in Title Case)
|
|
21
|
+
"intl-common:actions:submit": "सबमिट करें", // submit action (in Title Case)
|
|
22
|
+
"intl-common:actions:update": "अद्यतन करें", // update action (in Title Case)
|
|
3
23
|
"intl-common:characters:ampersand": "ऐंपरसैंड", // short name or description of the "&" character
|
|
24
|
+
"intl-common:characters:apostrophe": "एपोस्ट्रॉफी", // short name or description of the "'" character
|
|
4
25
|
"intl-common:characters:asterisk": "एस्टरिक", // short name or description of the "*" character
|
|
5
26
|
"intl-common:characters:backslash": "बैकस्लेश", // short name or description of the "\" character
|
|
6
27
|
"intl-common:characters:colon": "कॉलन", // short name or description of the ":" character
|
|
@@ -12,7 +33,11 @@ export default {
|
|
|
12
33
|
"intl-common:characters:pipe": "पाइप", // short name or description of the "|" character
|
|
13
34
|
"intl-common:characters:questionMark": "प्रश्नवाचक चिह्न", // short name or description of the "?" character
|
|
14
35
|
"intl-common:characters:quotationMark": "उद्धरण चिह्न", // short name or description of the '"' character
|
|
36
|
+
"intl-common:confirm:no": "नहीं", // no response to a question (in Title Case)
|
|
37
|
+
"intl-common:confirm:ok": "ठीक है", // okay response to a question
|
|
38
|
+
"intl-common:confirm:yes": "हाँ", // yes response to a question (in Title Case)
|
|
15
39
|
"intl-common:navigation:back:title": "वापस जाएँ", // term for navigating back to the previous page (in Title Case)
|
|
40
|
+
"intl-common:navigation:continue:title": "जारी रखें", // continue action (in Title Case)
|
|
16
41
|
"intl-common:navigation:next:title": "अगला", // term for navigating to the next page or item (in Title Case)
|
|
17
42
|
"intl-common:navigation:previous:title": "पिछला", // term for navigating to the previous page or item (in Title Case)
|
|
18
43
|
};
|
package/lang/ja.js
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:
|
|
2
|
+
"intl-common:actions:add": "追加", // add action (in Title Case)
|
|
3
|
+
"intl-common:actions:apply": "適用", // apply action (in Title Case)
|
|
4
|
+
"intl-common:actions:browse": "参照", // browse action (in Title Case)
|
|
5
|
+
"intl-common:actions:cancel": "キャンセル", // cancel action (in Title Case)
|
|
6
|
+
"intl-common:actions:clear": "クリア", // clear action (in Title Case)
|
|
7
|
+
"intl-common:actions:close": "閉じる", // close action (in Title Case)
|
|
8
|
+
"intl-common:actions:confirm": "確認", // confirm action (in Title Case)
|
|
9
|
+
"intl-common:actions:copy": "コピー", // copy action (in Title Case)
|
|
10
|
+
"intl-common:actions:create": "作成", // create action (in Title Case)
|
|
11
|
+
"intl-common:actions:delete": "削除", // delete action (in Title Case)
|
|
12
|
+
"intl-common:actions:done": "終了", // done action (in Title Case)
|
|
13
|
+
"intl-common:actions:edit": "編集", // edit action (in Title Case)
|
|
14
|
+
"intl-common:actions:finish": "完了", // finish action (in Title Case)
|
|
15
|
+
"intl-common:actions:print": "印刷", // print action (in Title Case)
|
|
16
|
+
"intl-common:actions:remove": "削除", // remove action (in Title Case)
|
|
17
|
+
"intl-common:actions:save": "保存", // save action (in Title Case)
|
|
18
|
+
"intl-common:actions:saveAndClose": "保存して閉じる", // save and close action (in Title Case)
|
|
19
|
+
"intl-common:actions:saveAndNew": "保存と新規", // save and new action (in Title Case)
|
|
20
|
+
"intl-common:actions:search": "検索", // search action (in Title Case)
|
|
21
|
+
"intl-common:actions:submit": "送信", // submit action (in Title Case)
|
|
22
|
+
"intl-common:actions:update": "更新", // update action (in Title Case)
|
|
3
23
|
"intl-common:characters:ampersand": "アンパサンド", // short name or description of the "&" character
|
|
24
|
+
"intl-common:characters:apostrophe": "アポストロフィ", // short name or description of the "'" character
|
|
4
25
|
"intl-common:characters:asterisk": "星印", // short name or description of the "*" character
|
|
5
26
|
"intl-common:characters:backslash": "逆斜線", // short name or description of the "\" character
|
|
6
27
|
"intl-common:characters:colon": "コロン", // short name or description of the ":" character
|
|
@@ -12,7 +33,11 @@ export default {
|
|
|
12
33
|
"intl-common:characters:pipe": "縦棒", // short name or description of the "|" character
|
|
13
34
|
"intl-common:characters:questionMark": "疑問符", // short name or description of the "?" character
|
|
14
35
|
"intl-common:characters:quotationMark": "引用符", // short name or description of the '"' character
|
|
36
|
+
"intl-common:confirm:no": "いいえ", // no response to a question (in Title Case)
|
|
37
|
+
"intl-common:confirm:ok": "OK", // okay response to a question
|
|
38
|
+
"intl-common:confirm:yes": "はい", // yes response to a question (in Title Case)
|
|
15
39
|
"intl-common:navigation:back:title": "戻る", // term for navigating back to the previous page (in Title Case)
|
|
40
|
+
"intl-common:navigation:continue:title": "続行", // continue action (in Title Case)
|
|
16
41
|
"intl-common:navigation:next:title": "次へ", // term for navigating to the next page or item (in Title Case)
|
|
17
42
|
"intl-common:navigation:previous:title": "前へ", // term for navigating to the previous page or item (in Title Case)
|
|
18
43
|
};
|
package/lang/ko.js
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:
|
|
2
|
+
"intl-common:actions:add": "추가", // add action (in Title Case)
|
|
3
|
+
"intl-common:actions:apply": "적용", // apply action (in Title Case)
|
|
4
|
+
"intl-common:actions:browse": "찾아보기", // browse action (in Title Case)
|
|
5
|
+
"intl-common:actions:cancel": "취소", // cancel action (in Title Case)
|
|
6
|
+
"intl-common:actions:clear": "지우기", // clear action (in Title Case)
|
|
7
|
+
"intl-common:actions:close": "닫기", // close action (in Title Case)
|
|
8
|
+
"intl-common:actions:confirm": "확인", // confirm action (in Title Case)
|
|
9
|
+
"intl-common:actions:copy": "복사", // copy action (in Title Case)
|
|
10
|
+
"intl-common:actions:create": "생성", // create action (in Title Case)
|
|
11
|
+
"intl-common:actions:delete": "삭제", // delete action (in Title Case)
|
|
12
|
+
"intl-common:actions:done": "완료", // done action (in Title Case)
|
|
13
|
+
"intl-common:actions:edit": "편집", // edit action (in Title Case)
|
|
14
|
+
"intl-common:actions:finish": "완료", // finish action (in Title Case)
|
|
15
|
+
"intl-common:actions:print": "인쇄", // print action (in Title Case)
|
|
16
|
+
"intl-common:actions:remove": "제거", // remove action (in Title Case)
|
|
17
|
+
"intl-common:actions:save": "저장", // save action (in Title Case)
|
|
18
|
+
"intl-common:actions:saveAndClose": "저장 및 닫기", // save and close action (in Title Case)
|
|
19
|
+
"intl-common:actions:saveAndNew": "저장 및 새로 만들기", // save and new action (in Title Case)
|
|
20
|
+
"intl-common:actions:search": "검색", // search action (in Title Case)
|
|
21
|
+
"intl-common:actions:submit": "제출", // submit action (in Title Case)
|
|
22
|
+
"intl-common:actions:update": "업데이트", // update action (in Title Case)
|
|
3
23
|
"intl-common:characters:ampersand": "앰퍼샌드", // short name or description of the "&" character
|
|
24
|
+
"intl-common:characters:apostrophe": "아포스트로피", // short name or description of the "'" character
|
|
4
25
|
"intl-common:characters:asterisk": "별표", // short name or description of the "*" character
|
|
5
26
|
"intl-common:characters:backslash": "백슬래시", // short name or description of the "\" character
|
|
6
27
|
"intl-common:characters:colon": "콜론", // short name or description of the ":" character
|
|
@@ -12,7 +33,11 @@ export default {
|
|
|
12
33
|
"intl-common:characters:pipe": "수직선", // short name or description of the "|" character
|
|
13
34
|
"intl-common:characters:questionMark": "물음표", // short name or description of the "?" character
|
|
14
35
|
"intl-common:characters:quotationMark": "따옴표", // short name or description of the '"' character
|
|
36
|
+
"intl-common:confirm:no": "아니요", // no response to a question (in Title Case)
|
|
37
|
+
"intl-common:confirm:ok": "확인", // okay response to a question
|
|
38
|
+
"intl-common:confirm:yes": "예", // yes response to a question (in Title Case)
|
|
15
39
|
"intl-common:navigation:back:title": "뒤로", // term for navigating back to the previous page (in Title Case)
|
|
40
|
+
"intl-common:navigation:continue:title": "계속", // continue action (in Title Case)
|
|
16
41
|
"intl-common:navigation:next:title": "다음", // term for navigating to the next page or item (in Title Case)
|
|
17
42
|
"intl-common:navigation:previous:title": "이전", // term for navigating to the previous page or item (in Title Case)
|
|
18
43
|
};
|
package/lang/mi.js
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:
|
|
2
|
+
"intl-common:actions:add": "Tāpiri", // add action (in Title Case)
|
|
3
|
+
"intl-common:actions:apply": "Hoatu", // apply action (in Title Case)
|
|
4
|
+
"intl-common:actions:browse": "Tirotiro", // browse action (in Title Case)
|
|
5
|
+
"intl-common:actions:cancel": "Whakakore", // cancel action (in Title Case)
|
|
6
|
+
"intl-common:actions:clear": "Mahea", // clear action (in Title Case)
|
|
7
|
+
"intl-common:actions:close": "Katia", // close action (in Title Case)
|
|
8
|
+
"intl-common:actions:confirm": "Whakaū", // confirm action (in Title Case)
|
|
9
|
+
"intl-common:actions:copy": "Tārua", // copy action (in Title Case)
|
|
10
|
+
"intl-common:actions:create": "Waihanga", // create action (in Title Case)
|
|
11
|
+
"intl-common:actions:delete": "Whakakore", // delete action (in Title Case)
|
|
12
|
+
"intl-common:actions:done": "Kua oti", // done action (in Title Case)
|
|
13
|
+
"intl-common:actions:edit": "Whakatika", // edit action (in Title Case)
|
|
14
|
+
"intl-common:actions:finish": "Mutu", // finish action (in Title Case)
|
|
15
|
+
"intl-common:actions:print": "Tā", // print action (in Title Case)
|
|
16
|
+
"intl-common:actions:remove": "Tango", // remove action (in Title Case)
|
|
17
|
+
"intl-common:actions:save": "Tiaki", // save action (in Title Case)
|
|
18
|
+
"intl-common:actions:saveAndClose": "Tiaki ka Kati", // save and close action (in Title Case)
|
|
19
|
+
"intl-common:actions:saveAndNew": "Tiaki me te Hōu", // save and new action (in Title Case)
|
|
20
|
+
"intl-common:actions:search": "Rapua", // search action (in Title Case)
|
|
21
|
+
"intl-common:actions:submit": "Whakaurungia", // submit action (in Title Case)
|
|
22
|
+
"intl-common:actions:update": "Whakahōu", // update action (in Title Case)
|
|
3
23
|
"intl-common:characters:ampersand": "me", // short name or description of the "&" character
|
|
24
|
+
"intl-common:characters:apostrophe": "tohutō", // short name or description of the "'" character
|
|
4
25
|
"intl-common:characters:asterisk": "whetu-riki", // short name or description of the "*" character
|
|
5
26
|
"intl-common:characters:backslash": "Rarapa whakahoki", // short name or description of the "\" character
|
|
6
27
|
"intl-common:characters:colon": "kopirua", // short name or description of the ":" character
|
|
@@ -12,7 +33,11 @@ export default {
|
|
|
12
33
|
"intl-common:characters:pipe": "paipa", // short name or description of the "|" character
|
|
13
34
|
"intl-common:characters:questionMark": "tohu pātai", // short name or description of the "?" character
|
|
14
35
|
"intl-common:characters:quotationMark": "tohu whakatikatika", // short name or description of the '"' character
|
|
36
|
+
"intl-common:confirm:no": "Kāore", // no response to a question (in Title Case)
|
|
37
|
+
"intl-common:confirm:ok": "Ka pai", // okay response to a question
|
|
38
|
+
"intl-common:confirm:yes": "Āe", // yes response to a question (in Title Case)
|
|
15
39
|
"intl-common:navigation:back:title": "Whakamuri", // term for navigating back to the previous page (in Title Case)
|
|
40
|
+
"intl-common:navigation:continue:title": "Haere tonu", // continue action (in Title Case)
|
|
16
41
|
"intl-common:navigation:next:title": "Panuku", // term for navigating to the next page or item (in Title Case)
|
|
17
42
|
"intl-common:navigation:previous:title": "Tōmua", // term for navigating to the previous page or item (in Title Case)
|
|
18
43
|
};
|
package/lang/nl.js
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:
|
|
2
|
+
"intl-common:actions:add": "Toevoegen", // add action (in Title Case)
|
|
3
|
+
"intl-common:actions:apply": "Toepassen", // apply action (in Title Case)
|
|
4
|
+
"intl-common:actions:browse": "Bladeren", // browse action (in Title Case)
|
|
5
|
+
"intl-common:actions:cancel": "Annuleren", // cancel action (in Title Case)
|
|
6
|
+
"intl-common:actions:clear": "Wissen", // clear action (in Title Case)
|
|
7
|
+
"intl-common:actions:close": "Sluiten", // close action (in Title Case)
|
|
8
|
+
"intl-common:actions:confirm": "Bevestigen", // confirm action (in Title Case)
|
|
9
|
+
"intl-common:actions:copy": "Kopiëren", // copy action (in Title Case)
|
|
10
|
+
"intl-common:actions:create": "Maken", // create action (in Title Case)
|
|
11
|
+
"intl-common:actions:delete": "Verwijderen", // delete action (in Title Case)
|
|
12
|
+
"intl-common:actions:done": "Gereed", // done action (in Title Case)
|
|
13
|
+
"intl-common:actions:edit": "Bewerken", // edit action (in Title Case)
|
|
14
|
+
"intl-common:actions:finish": "Voltooien", // finish action (in Title Case)
|
|
15
|
+
"intl-common:actions:print": "Afdrukken", // print action (in Title Case)
|
|
16
|
+
"intl-common:actions:remove": "Verwijderen", // remove action (in Title Case)
|
|
17
|
+
"intl-common:actions:save": "Opslaan", // save action (in Title Case)
|
|
18
|
+
"intl-common:actions:saveAndClose": "Opslaan en sluiten", // save and close action (in Title Case)
|
|
19
|
+
"intl-common:actions:saveAndNew": "Opslaan en nieuw", // save and new action (in Title Case)
|
|
20
|
+
"intl-common:actions:search": "Zoeken", // search action (in Title Case)
|
|
21
|
+
"intl-common:actions:submit": "Indienen", // submit action (in Title Case)
|
|
22
|
+
"intl-common:actions:update": "Bijwerken", // update action (in Title Case)
|
|
3
23
|
"intl-common:characters:ampersand": "en-teken", // short name or description of the "&" character
|
|
24
|
+
"intl-common:characters:apostrophe": "apostrof", // short name or description of the "'" character
|
|
4
25
|
"intl-common:characters:asterisk": "sterretje", // short name or description of the "*" character
|
|
5
26
|
"intl-common:characters:backslash": "schuine streep", // short name or description of the "\" character
|
|
6
27
|
"intl-common:characters:colon": "dubbele punt", // short name or description of the ":" character
|
|
@@ -12,7 +33,11 @@ export default {
|
|
|
12
33
|
"intl-common:characters:pipe": "sluisteken", // short name or description of the "|" character
|
|
13
34
|
"intl-common:characters:questionMark": "vraagteken", // short name or description of the "?" character
|
|
14
35
|
"intl-common:characters:quotationMark": "aanhalingsteken", // short name or description of the '"' character
|
|
36
|
+
"intl-common:confirm:no": "Nee", // no response to a question (in Title Case)
|
|
37
|
+
"intl-common:confirm:ok": "OK", // okay response to a question
|
|
38
|
+
"intl-common:confirm:yes": "Ja", // yes response to a question (in Title Case)
|
|
15
39
|
"intl-common:navigation:back:title": "Terug", // term for navigating back to the previous page (in Title Case)
|
|
40
|
+
"intl-common:navigation:continue:title": "Doorgaan", // continue action (in Title Case)
|
|
16
41
|
"intl-common:navigation:next:title": "Volgende", // term for navigating to the next page or item (in Title Case)
|
|
17
42
|
"intl-common:navigation:previous:title": "Vorige", // term for navigating to the previous page or item (in Title Case)
|
|
18
43
|
};
|
package/lang/pt.js
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:
|
|
2
|
+
"intl-common:actions:add": "Adicionar", // add action (in Title Case)
|
|
3
|
+
"intl-common:actions:apply": "Aplicar", // apply action (in Title Case)
|
|
4
|
+
"intl-common:actions:browse": "Navegar", // browse action (in Title Case)
|
|
5
|
+
"intl-common:actions:cancel": "Cancelar", // cancel action (in Title Case)
|
|
6
|
+
"intl-common:actions:clear": "Limpar", // clear action (in Title Case)
|
|
7
|
+
"intl-common:actions:close": "Fechar", // close action (in Title Case)
|
|
8
|
+
"intl-common:actions:confirm": "Confirmar", // confirm action (in Title Case)
|
|
9
|
+
"intl-common:actions:copy": "Copiar", // copy action (in Title Case)
|
|
10
|
+
"intl-common:actions:create": "Criar", // create action (in Title Case)
|
|
11
|
+
"intl-common:actions:delete": "Excluir", // delete action (in Title Case)
|
|
12
|
+
"intl-common:actions:done": "Concluído", // done action (in Title Case)
|
|
13
|
+
"intl-common:actions:edit": "Editar", // edit action (in Title Case)
|
|
14
|
+
"intl-common:actions:finish": "Concluir", // finish action (in Title Case)
|
|
15
|
+
"intl-common:actions:print": "Imprimir", // print action (in Title Case)
|
|
16
|
+
"intl-common:actions:remove": "Remover", // remove action (in Title Case)
|
|
17
|
+
"intl-common:actions:save": "Salvar", // save action (in Title Case)
|
|
18
|
+
"intl-common:actions:saveAndClose": "Salvar e Fechar", // save and close action (in Title Case)
|
|
19
|
+
"intl-common:actions:saveAndNew": "Salvar e Novo", // save and new action (in Title Case)
|
|
20
|
+
"intl-common:actions:search": "Pesquisar", // search action (in Title Case)
|
|
21
|
+
"intl-common:actions:submit": "Enviar", // submit action (in Title Case)
|
|
22
|
+
"intl-common:actions:update": "Atualizar", // update action (in Title Case)
|
|
3
23
|
"intl-common:characters:ampersand": "E comercial", // short name or description of the "&" character
|
|
24
|
+
"intl-common:characters:apostrophe": "apóstrofo", // short name or description of the "'" character
|
|
4
25
|
"intl-common:characters:asterisk": "asterisco", // short name or description of the "*" character
|
|
5
26
|
"intl-common:characters:backslash": "barra invertida", // short name or description of the "\" character
|
|
6
27
|
"intl-common:characters:colon": "dois-pontos", // short name or description of the ":" character
|
|
@@ -12,7 +33,11 @@ export default {
|
|
|
12
33
|
"intl-common:characters:pipe": "pipe", // short name or description of the "|" character
|
|
13
34
|
"intl-common:characters:questionMark": "ponto de interrogação", // short name or description of the "?" character
|
|
14
35
|
"intl-common:characters:quotationMark": "aspas", // short name or description of the '"' character
|
|
36
|
+
"intl-common:confirm:no": "Não", // no response to a question (in Title Case)
|
|
37
|
+
"intl-common:confirm:ok": "OK", // okay response to a question
|
|
38
|
+
"intl-common:confirm:yes": "Sim", // yes response to a question (in Title Case)
|
|
15
39
|
"intl-common:navigation:back:title": "Voltar", // term for navigating back to the previous page (in Title Case)
|
|
40
|
+
"intl-common:navigation:continue:title": "Continuar", // continue action (in Title Case)
|
|
16
41
|
"intl-common:navigation:next:title": "Avançar", // term for navigating to the next page or item (in Title Case)
|
|
17
42
|
"intl-common:navigation:previous:title": "Anterior", // term for navigating to the previous page or item (in Title Case)
|
|
18
43
|
};
|
package/lang/sv.js
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:
|
|
2
|
+
"intl-common:actions:add": "Lägg till", // add action (in Title Case)
|
|
3
|
+
"intl-common:actions:apply": "Verkställ", // apply action (in Title Case)
|
|
4
|
+
"intl-common:actions:browse": "Bläddra", // browse action (in Title Case)
|
|
5
|
+
"intl-common:actions:cancel": "Avbryt", // cancel action (in Title Case)
|
|
6
|
+
"intl-common:actions:clear": "Rensa", // clear action (in Title Case)
|
|
7
|
+
"intl-common:actions:close": "Stäng", // close action (in Title Case)
|
|
8
|
+
"intl-common:actions:confirm": "Bekräfta", // confirm action (in Title Case)
|
|
9
|
+
"intl-common:actions:copy": "Kopiera", // copy action (in Title Case)
|
|
10
|
+
"intl-common:actions:create": "Skapa", // create action (in Title Case)
|
|
11
|
+
"intl-common:actions:delete": "Ta bort", // delete action (in Title Case)
|
|
12
|
+
"intl-common:actions:done": "Klar", // done action (in Title Case)
|
|
13
|
+
"intl-common:actions:edit": "Redigera", // edit action (in Title Case)
|
|
14
|
+
"intl-common:actions:finish": "Slutför", // finish action (in Title Case)
|
|
15
|
+
"intl-common:actions:print": "Skriv ut", // print action (in Title Case)
|
|
16
|
+
"intl-common:actions:remove": "Ta bort", // remove action (in Title Case)
|
|
17
|
+
"intl-common:actions:save": "Spara", // save action (in Title Case)
|
|
18
|
+
"intl-common:actions:saveAndClose": "Spara och stäng", // save and close action (in Title Case)
|
|
19
|
+
"intl-common:actions:saveAndNew": "Spara och ny", // save and new action (in Title Case)
|
|
20
|
+
"intl-common:actions:search": "Sökning", // search action (in Title Case)
|
|
21
|
+
"intl-common:actions:submit": "Skicka", // submit action (in Title Case)
|
|
22
|
+
"intl-common:actions:update": "Uppdatera", // update action (in Title Case)
|
|
3
23
|
"intl-common:characters:ampersand": "et-tecken", // short name or description of the "&" character
|
|
24
|
+
"intl-common:characters:apostrophe": "apostrof", // short name or description of the "'" character
|
|
4
25
|
"intl-common:characters:asterisk": "asterisk", // short name or description of the "*" character
|
|
5
26
|
"intl-common:characters:backslash": "bakstreck", // short name or description of the "\" character
|
|
6
27
|
"intl-common:characters:colon": "kolon", // short name or description of the ":" character
|
|
@@ -12,7 +33,11 @@ export default {
|
|
|
12
33
|
"intl-common:characters:pipe": "lodstreck", // short name or description of the "|" character
|
|
13
34
|
"intl-common:characters:questionMark": "frågetecken", // short name or description of the "?" character
|
|
14
35
|
"intl-common:characters:quotationMark": "citattecken", // short name or description of the '"' character
|
|
36
|
+
"intl-common:confirm:no": "Nej", // no response to a question (in Title Case)
|
|
37
|
+
"intl-common:confirm:ok": "Ok", // okay response to a question
|
|
38
|
+
"intl-common:confirm:yes": "Ja", // yes response to a question (in Title Case)
|
|
15
39
|
"intl-common:navigation:back:title": "Tillbaka", // term for navigating back to the previous page (in Title Case)
|
|
40
|
+
"intl-common:navigation:continue:title": "Fortsätt", // continue action (in Title Case)
|
|
16
41
|
"intl-common:navigation:next:title": "Nästa", // term for navigating to the next page or item (in Title Case)
|
|
17
42
|
"intl-common:navigation:previous:title": "Föregående", // term for navigating to the previous page or item (in Title Case)
|
|
18
43
|
};
|
package/lang/th.js
CHANGED
|
@@ -1,18 +1,43 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:
|
|
3
|
-
"intl-common:
|
|
4
|
-
"intl-common:
|
|
5
|
-
"intl-common:
|
|
6
|
-
"intl-common:
|
|
7
|
-
"intl-common:
|
|
8
|
-
"intl-common:
|
|
9
|
-
"intl-common:
|
|
10
|
-
"intl-common:
|
|
11
|
-
"intl-common:
|
|
12
|
-
"intl-common:
|
|
13
|
-
"intl-common:
|
|
14
|
-
"intl-common:
|
|
15
|
-
"intl-common:
|
|
2
|
+
"intl-common:actions:add": "เพิ่ม", // add action (in Title Case)
|
|
3
|
+
"intl-common:actions:apply": "ใช้", // apply action (in Title Case)
|
|
4
|
+
"intl-common:actions:browse": "เรียกดู", // browse action (in Title Case)
|
|
5
|
+
"intl-common:actions:cancel": "ยกเลิก", // cancel action (in Title Case)
|
|
6
|
+
"intl-common:actions:clear": "ล้าง", // clear action (in Title Case)
|
|
7
|
+
"intl-common:actions:close": "ปิด", // close action (in Title Case)
|
|
8
|
+
"intl-common:actions:confirm": "ยืนยัน", // confirm action (in Title Case)
|
|
9
|
+
"intl-common:actions:copy": "คัดลอก", // copy action (in Title Case)
|
|
10
|
+
"intl-common:actions:create": "สร้าง", // create action (in Title Case)
|
|
11
|
+
"intl-common:actions:delete": "ลบ", // delete action (in Title Case)
|
|
12
|
+
"intl-common:actions:done": "เสร็จสิ้น", // done action (in Title Case)
|
|
13
|
+
"intl-common:actions:edit": "แก้ไข", // edit action (in Title Case)
|
|
14
|
+
"intl-common:actions:finish": "เสร็จสิ้น", // finish action (in Title Case)
|
|
15
|
+
"intl-common:actions:print": "พิมพ์", // print action (in Title Case)
|
|
16
|
+
"intl-common:actions:remove": "ลบ", // remove action (in Title Case)
|
|
17
|
+
"intl-common:actions:save": "บันทึก", // save action (in Title Case)
|
|
18
|
+
"intl-common:actions:saveAndClose": "บันทึกและปิด", // save and close action (in Title Case)
|
|
19
|
+
"intl-common:actions:saveAndNew": "บันทึกและสร้างใหม่", // save and new action (in Title Case)
|
|
20
|
+
"intl-common:actions:search": "ค้นหา", // search action (in Title Case)
|
|
21
|
+
"intl-common:actions:submit": "ส่ง", // submit action (in Title Case)
|
|
22
|
+
"intl-common:actions:update": "อัปเดต", // update action (in Title Case)
|
|
23
|
+
"intl-common:characters:ampersand": "ampersand", // short name or description of the "&" character
|
|
24
|
+
"intl-common:characters:apostrophe": "apostrophe", // short name or description of the "'" character
|
|
25
|
+
"intl-common:characters:asterisk": "asterisk", // short name or description of the "*" character
|
|
26
|
+
"intl-common:characters:backslash": "backslash", // short name or description of the "\" character
|
|
27
|
+
"intl-common:characters:colon": "colon", // short name or description of the ":" character
|
|
28
|
+
"intl-common:characters:comma": "comma", // short name or description of the "," character
|
|
29
|
+
"intl-common:characters:greaterThan": "greater-than sign", // short name or description of the ">" character
|
|
30
|
+
"intl-common:characters:lessThan": "less-than sign", // short name or description of the "<" character
|
|
31
|
+
"intl-common:characters:numberSign": "number sign", // short name or description of the "#" character
|
|
32
|
+
"intl-common:characters:percentSign": "percent sign", // short name or description of the "%" character
|
|
33
|
+
"intl-common:characters:pipe": "pipe", // short name or description of the "|" character
|
|
34
|
+
"intl-common:characters:questionMark": "question mark", // short name or description of the "?" character
|
|
35
|
+
"intl-common:characters:quotationMark": "quotation mark", // short name or description of the '"' character
|
|
36
|
+
"intl-common:confirm:no": "ไม่", // no response to a question (in Title Case)
|
|
37
|
+
"intl-common:confirm:ok": "OK", // okay response to a question
|
|
38
|
+
"intl-common:confirm:yes": "ใช่", // yes response to a question (in Title Case)
|
|
39
|
+
"intl-common:navigation:back:title": "ย้อนกลับ", // term for navigating back to the previous page (in Title Case)
|
|
40
|
+
"intl-common:navigation:continue:title": "ดำเนินการต่อ", // continue action (in Title Case)
|
|
16
41
|
"intl-common:navigation:next:title": "ถัดไป", // term for navigating to the next page or item (in Title Case)
|
|
17
42
|
"intl-common:navigation:previous:title": "ก่อนหน้า", // term for navigating to the previous page or item (in Title Case)
|
|
18
43
|
};
|
package/lang/tr.js
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:
|
|
2
|
+
"intl-common:actions:add": "Ekle", // add action (in Title Case)
|
|
3
|
+
"intl-common:actions:apply": "Uygula", // apply action (in Title Case)
|
|
4
|
+
"intl-common:actions:browse": "Gözat", // browse action (in Title Case)
|
|
5
|
+
"intl-common:actions:cancel": "İptal", // cancel action (in Title Case)
|
|
6
|
+
"intl-common:actions:clear": "Temizle", // clear action (in Title Case)
|
|
7
|
+
"intl-common:actions:close": "Kapat", // close action (in Title Case)
|
|
8
|
+
"intl-common:actions:confirm": "Onayla", // confirm action (in Title Case)
|
|
9
|
+
"intl-common:actions:copy": "Kopyala", // copy action (in Title Case)
|
|
10
|
+
"intl-common:actions:create": "Oluştur", // create action (in Title Case)
|
|
11
|
+
"intl-common:actions:delete": "Sil", // delete action (in Title Case)
|
|
12
|
+
"intl-common:actions:done": "Bitti", // done action (in Title Case)
|
|
13
|
+
"intl-common:actions:edit": "Düzenle", // edit action (in Title Case)
|
|
14
|
+
"intl-common:actions:finish": "Bitir", // finish action (in Title Case)
|
|
15
|
+
"intl-common:actions:print": "Yazdır", // print action (in Title Case)
|
|
16
|
+
"intl-common:actions:remove": "Kaldır", // remove action (in Title Case)
|
|
17
|
+
"intl-common:actions:save": "Kaydet", // save action (in Title Case)
|
|
18
|
+
"intl-common:actions:saveAndClose": "Kaydet ve Kapat", // save and close action (in Title Case)
|
|
19
|
+
"intl-common:actions:saveAndNew": "Kaydet ve Yeni", // save and new action (in Title Case)
|
|
20
|
+
"intl-common:actions:search": "Ara", // search action (in Title Case)
|
|
21
|
+
"intl-common:actions:submit": "Gönder", // submit action (in Title Case)
|
|
22
|
+
"intl-common:actions:update": "Güncelle", // update action (in Title Case)
|
|
3
23
|
"intl-common:characters:ampersand": "ve işareti", // short name or description of the "&" character
|
|
24
|
+
"intl-common:characters:apostrophe": "kesme işareti", // short name or description of the "'" character
|
|
4
25
|
"intl-common:characters:asterisk": "yıldız işareti", // short name or description of the "*" character
|
|
5
26
|
"intl-common:characters:backslash": "ters eğik çizgi", // short name or description of the "\" character
|
|
6
27
|
"intl-common:characters:colon": "iki nokta üst üste", // short name or description of the ":" character
|
|
@@ -12,7 +33,11 @@ export default {
|
|
|
12
33
|
"intl-common:characters:pipe": "düz çizgi", // short name or description of the "|" character
|
|
13
34
|
"intl-common:characters:questionMark": "soru işareti", // short name or description of the "?" character
|
|
14
35
|
"intl-common:characters:quotationMark": "tırnak işareti", // short name or description of the '"' character
|
|
36
|
+
"intl-common:confirm:no": "Yok", // no response to a question (in Title Case)
|
|
37
|
+
"intl-common:confirm:ok": "Tamam", // okay response to a question
|
|
38
|
+
"intl-common:confirm:yes": "Evet", // yes response to a question (in Title Case)
|
|
15
39
|
"intl-common:navigation:back:title": "Geri", // term for navigating back to the previous page (in Title Case)
|
|
40
|
+
"intl-common:navigation:continue:title": "Devam Et", // continue action (in Title Case)
|
|
16
41
|
"intl-common:navigation:next:title": "Sonraki", // term for navigating to the next page or item (in Title Case)
|
|
17
42
|
"intl-common:navigation:previous:title": "Önceki", // term for navigating to the previous page or item (in Title Case)
|
|
18
43
|
};
|
package/lang/vi.js
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:
|
|
2
|
+
"intl-common:actions:add": "Thêm", // add action (in Title Case)
|
|
3
|
+
"intl-common:actions:apply": "Áp dụng", // apply action (in Title Case)
|
|
4
|
+
"intl-common:actions:browse": "Xem thêm", // browse action (in Title Case)
|
|
5
|
+
"intl-common:actions:cancel": "Hủy", // cancel action (in Title Case)
|
|
6
|
+
"intl-common:actions:clear": "Xóa", // clear action (in Title Case)
|
|
7
|
+
"intl-common:actions:close": "Đóng", // close action (in Title Case)
|
|
8
|
+
"intl-common:actions:confirm": "Xác nhận", // confirm action (in Title Case)
|
|
9
|
+
"intl-common:actions:copy": "Sao chép", // copy action (in Title Case)
|
|
10
|
+
"intl-common:actions:create": "Tạo", // create action (in Title Case)
|
|
11
|
+
"intl-common:actions:delete": "Xóa", // delete action (in Title Case)
|
|
12
|
+
"intl-common:actions:done": "Hoàn tất", // done action (in Title Case)
|
|
13
|
+
"intl-common:actions:edit": "Chỉnh sửa", // edit action (in Title Case)
|
|
14
|
+
"intl-common:actions:finish": "Xông", // finish action (in Title Case) (NOTE: Provided translation retained)
|
|
15
|
+
"intl-common:actions:print": "In", // print action (in Title Case)
|
|
16
|
+
"intl-common:actions:remove": "Loại bỏ", // remove action (in Title Case)
|
|
17
|
+
"intl-common:actions:save": "Lưu", // save action (in Title Case)
|
|
18
|
+
"intl-common:actions:saveAndClose": "Lưu và đóng", // save and close action (in Title Case)
|
|
19
|
+
"intl-common:actions:saveAndNew": "Lưu và Tạo mới", // save and new action (in Title Case)
|
|
20
|
+
"intl-common:actions:search": "Tìm kiếm", // search action (in Title Case)
|
|
21
|
+
"intl-common:actions:submit": "Gửi", // submit action (in Title Case)
|
|
22
|
+
"intl-common:actions:update": "Cập nhật", // update action (in Title Case)
|
|
3
23
|
"intl-common:characters:ampersand": "dấu và", // short name or description of the "&" character
|
|
24
|
+
"intl-common:characters:apostrophe": "dấu nháy đơn", // short name or description of the "'" character
|
|
4
25
|
"intl-common:characters:asterisk": "dấu hoa thị", // short name or description of the "*" character
|
|
5
26
|
"intl-common:characters:backslash": "dấu gạch chéo ngược", // short name or description of the "\" character
|
|
6
27
|
"intl-common:characters:colon": "dấu hai chấm", // short name or description of the ":" character
|
|
@@ -12,7 +33,11 @@ export default {
|
|
|
12
33
|
"intl-common:characters:pipe": "dấu gạch đứng", // short name or description of the "|" character
|
|
13
34
|
"intl-common:characters:questionMark": "dấu chấm hỏi", // short name or description of the "?" character
|
|
14
35
|
"intl-common:characters:quotationMark": "dấu nháy kép", // short name or description of the '"' character
|
|
15
|
-
"intl-common:
|
|
36
|
+
"intl-common:confirm:no": "Không", // no response to a question (in Title Case)
|
|
37
|
+
"intl-common:confirm:ok": "OK", // okay response to a question
|
|
38
|
+
"intl-common:confirm:yes": "Có", // yes response to a question (in Title Case)
|
|
39
|
+
"intl-common:navigation:back:title": "Quay lại", // term for navigating back to the previous page (in Title Case)
|
|
40
|
+
"intl-common:navigation:continue:title": "Tiếp tục", // continue action (in Title Case)
|
|
16
41
|
"intl-common:navigation:next:title": "Tiếp theo", // term for navigating to the next page or item (in Title Case)
|
|
17
42
|
"intl-common:navigation:previous:title": "Trước", // term for navigating to the previous page or item (in Title Case)
|
|
18
43
|
};
|
package/lang/zh-cn.js
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:
|
|
2
|
+
"intl-common:actions:add": "添加", // add action (in Title Case)
|
|
3
|
+
"intl-common:actions:apply": "应用", // apply action (in Title Case)
|
|
4
|
+
"intl-common:actions:browse": "浏览", // browse action (in Title Case)
|
|
5
|
+
"intl-common:actions:cancel": "取消", // cancel action (in Title Case)
|
|
6
|
+
"intl-common:actions:clear": "清除", // clear action (in Title Case)
|
|
7
|
+
"intl-common:actions:close": "关闭", // close action (in Title Case)
|
|
8
|
+
"intl-common:actions:confirm": "确认", // confirm action (in Title Case)
|
|
9
|
+
"intl-common:actions:copy": "复制", // copy action (in Title Case)
|
|
10
|
+
"intl-common:actions:create": "创建", // create action (in Title Case)
|
|
11
|
+
"intl-common:actions:delete": "删除", // delete action (in Title Case)
|
|
12
|
+
"intl-common:actions:done": "完成", // done action (in Title Case)
|
|
13
|
+
"intl-common:actions:edit": "编辑", // edit action (in Title Case)
|
|
14
|
+
"intl-common:actions:finish": "完成", // finish action (in Title Case)
|
|
15
|
+
"intl-common:actions:print": "打印", // print action (in Title Case)
|
|
16
|
+
"intl-common:actions:remove": "删除", // remove action (in Title Case)
|
|
17
|
+
"intl-common:actions:save": "保存", // save action (in Title Case)
|
|
18
|
+
"intl-common:actions:saveAndClose": "保存后关闭", // save and close action (in Title Case)
|
|
19
|
+
"intl-common:actions:saveAndNew": "保存并创建", // save and new action (in Title Case)
|
|
20
|
+
"intl-common:actions:search": "搜索", // search action (in Title Case)
|
|
21
|
+
"intl-common:actions:submit": "提交", // submit action (in Title Case)
|
|
22
|
+
"intl-common:actions:update": "更新", // update action (in Title Case)
|
|
3
23
|
"intl-common:characters:ampersand": "和号 (&)", // short name or description of the "&" character
|
|
24
|
+
"intl-common:characters:apostrophe": "撇号", // short name or description of the "'" character
|
|
4
25
|
"intl-common:characters:asterisk": "星号", // short name or description of the "*" character
|
|
5
26
|
"intl-common:characters:backslash": "反斜杠", // short name or description of the "\" character
|
|
6
27
|
"intl-common:characters:colon": "冒号", // short name or description of the ":" character
|
|
@@ -12,7 +33,11 @@ export default {
|
|
|
12
33
|
"intl-common:characters:pipe": "管道符号", // short name or description of the "|" character
|
|
13
34
|
"intl-common:characters:questionMark": "问号", // short name or description of the "?" character
|
|
14
35
|
"intl-common:characters:quotationMark": "引号", // short name or description of the '"' character
|
|
36
|
+
"intl-common:confirm:no": "否", // no response to a question (in Title Case)
|
|
37
|
+
"intl-common:confirm:ok": "确定", // okay response to a question
|
|
38
|
+
"intl-common:confirm:yes": "是", // yes response to a question (in Title Case)
|
|
15
39
|
"intl-common:navigation:back:title": "返回", // term for navigating back to the previous page (in Title Case)
|
|
40
|
+
"intl-common:navigation:continue:title": "继续", // continue action (in Title Case)
|
|
16
41
|
"intl-common:navigation:next:title": "下一个", // term for navigating to the next page or item (in Title Case)
|
|
17
42
|
"intl-common:navigation:previous:title": "上一页", // term for navigating to the previous page or item (in Title Case)
|
|
18
43
|
};
|
package/lang/zh-tw.js
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"intl-common:
|
|
2
|
+
"intl-common:actions:add": "新增", // add action (in Title Case)
|
|
3
|
+
"intl-common:actions:apply": "套用", // apply action (in Title Case)
|
|
4
|
+
"intl-common:actions:browse": "瀏覽", // browse action (in Title Case)
|
|
5
|
+
"intl-common:actions:cancel": "取消", // cancel action (in Title Case)
|
|
6
|
+
"intl-common:actions:clear": "清除", // clear action (in Title Case)
|
|
7
|
+
"intl-common:actions:close": "關閉", // close action (in Title Case)
|
|
8
|
+
"intl-common:actions:confirm": "確認", // confirm action (in Title Case)
|
|
9
|
+
"intl-common:actions:copy": "複製", // copy action (in Title Case)
|
|
10
|
+
"intl-common:actions:create": "建立", // create action (in Title Case)
|
|
11
|
+
"intl-common:actions:delete": "刪除", // delete action (in Title Case)
|
|
12
|
+
"intl-common:actions:done": "完成", // done action (in Title Case)
|
|
13
|
+
"intl-common:actions:edit": "編輯", // edit action (in Title Case)
|
|
14
|
+
"intl-common:actions:finish": "完成", // finish action (in Title Case)
|
|
15
|
+
"intl-common:actions:print": "列印", // print action (in Title Case)
|
|
16
|
+
"intl-common:actions:remove": "移除", // remove action (in Title Case)
|
|
17
|
+
"intl-common:actions:save": "儲存", // save action (in Title Case)
|
|
18
|
+
"intl-common:actions:saveAndClose": "儲存與關閉", // save and close action (in Title Case)
|
|
19
|
+
"intl-common:actions:saveAndNew": "儲存並新增", // save and new action (in Title Case)
|
|
20
|
+
"intl-common:actions:search": "搜尋", // search action (in Title Case)
|
|
21
|
+
"intl-common:actions:submit": "提交", // submit action (in Title Case)
|
|
22
|
+
"intl-common:actions:update": "更新", // update action (in Title Case)
|
|
3
23
|
"intl-common:characters:ampersand": "& 符號", // short name or description of the "&" character
|
|
24
|
+
"intl-common:characters:apostrophe": "撇號", // short name or description of the "'" character
|
|
4
25
|
"intl-common:characters:asterisk": "星號", // short name or description of the "*" character
|
|
5
26
|
"intl-common:characters:backslash": "反斜線", // short name or description of the "\" character
|
|
6
27
|
"intl-common:characters:colon": "冒號", // short name or description of the ":" character
|
|
@@ -12,7 +33,11 @@ export default {
|
|
|
12
33
|
"intl-common:characters:pipe": "豎線", // short name or description of the "|" character
|
|
13
34
|
"intl-common:characters:questionMark": "問號", // short name or description of the "?" character
|
|
14
35
|
"intl-common:characters:quotationMark": "英文雙引號", // short name or description of the '"' character
|
|
36
|
+
"intl-common:confirm:no": "否", // no response to a question (in Title Case)
|
|
37
|
+
"intl-common:confirm:ok": "確定", // okay response to a question
|
|
38
|
+
"intl-common:confirm:yes": "是", // yes response to a question (in Title Case)
|
|
15
39
|
"intl-common:navigation:back:title": "返回", // term for navigating back to the previous page (in Title Case)
|
|
40
|
+
"intl-common:navigation:continue:title": "繼續", // continue action (in Title Case)
|
|
16
41
|
"intl-common:navigation:next:title": "下一個", // term for navigating to the next page or item (in Title Case)
|
|
17
42
|
"intl-common:navigation:previous:title": "上一個", // term for navigating to the previous page or item (in Title Case)
|
|
18
43
|
};
|
package/package.json
CHANGED