Skip to content

Commit 56db71e

Browse files
authored
Merge pull request #96 from te-online/translation
Translation
2 parents 8ca267b + d73b126 commit 56db71e

File tree

16 files changed

+108
-10
lines changed

16 files changed

+108
-10
lines changed

l10n/ast.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
OC.L10N.register(
22
"files_linkeditor",
33
{
4+
"You can not open a folder" : "Nun pues abrir una carpeta",
5+
"Cannot read the file." : "Nun se pue lleer el ficheru.",
46
"The file is locked." : "El ficheru ta bloquiáu.",
57
"An internal server error occurred." : "Prodúxose un error internu del sirvidor.",
8+
"You can not write to a folder" : "Nun se pue escribir una carpeta",
69
"An error occurred!" : "¡Prodúxose un error!",
10+
"Edit link" : "Editar l'enllaz",
711
"Cancel" : "Encaboxar",
812
"Save" : "Guardar"
913
},

l10n/ast.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{ "translations": {
2+
"You can not open a folder" : "Nun pues abrir una carpeta",
3+
"Cannot read the file." : "Nun se pue lleer el ficheru.",
24
"The file is locked." : "El ficheru ta bloquiáu.",
35
"An internal server error occurred." : "Prodúxose un error internu del sirvidor.",
6+
"You can not write to a folder" : "Nun se pue escribir una carpeta",
47
"An error occurred!" : "¡Prodúxose un error!",
8+
"Edit link" : "Editar l'enllaz",
59
"Cancel" : "Encaboxar",
610
"Save" : "Guardar"
711
},"pluralForm" :"nplurals=2; plural=(n != 1);"

l10n/ca.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ OC.L10N.register(
1313
"File path not supplied" : "No s'ha proporcionat la ruta del fitxer",
1414
"File mtime not supplied" : "No s'ha proporcionat l'hora de modificació del fitxer",
1515
"An error occurred!" : "S'ha produït un error!",
16+
"Edit link" : "Edita l'enllaç",
1617
"Saving failed!" : "S'ha produït un error en desar la nota!",
1718
"Cancel" : "Cancel·la",
1819
"Save" : "Desa"

l10n/ca.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"File path not supplied" : "No s'ha proporcionat la ruta del fitxer",
1212
"File mtime not supplied" : "No s'ha proporcionat l'hora de modificació del fitxer",
1313
"An error occurred!" : "S'ha produït un error!",
14+
"Edit link" : "Edita l'enllaç",
1415
"Saving failed!" : "S'ha produït un error en desar la nota!",
1516
"Cancel" : "Cancel·la",
1617
"Save" : "Desa"

l10n/gl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ OC.L10N.register(
2525
"Cancel" : "Cancelar",
2626
"Visit link" : "Visita a ligazón",
2727
"Link target URL" : "URL de destino da ligazón",
28-
"e.g. https://example.org" : "p.ex. https://examplo.gal",
28+
"e.g. https://example.org" : "p. ex. https://examplo.gal",
2929
"Save" : "Gardar",
3030
"Open in same window" : "Abrir na mesma xanela",
3131
"Skip confirmation dialog before open (has to open in same window)" : "Omitir o diálogo de confirmación antes de abrir (ten que abrirse na mesma xanela)",

l10n/gl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"Cancel" : "Cancelar",
2424
"Visit link" : "Visita a ligazón",
2525
"Link target URL" : "URL de destino da ligazón",
26-
"e.g. https://example.org" : "p.ex. https://examplo.gal",
26+
"e.g. https://example.org" : "p. ex. https://examplo.gal",
2727
"Save" : "Gardar",
2828
"Open in same window" : "Abrir na mesma xanela",
2929
"Skip confirmation dialog before open (has to open in same window)" : "Omitir o diálogo de confirmación antes de abrir (ten que abrirse na mesma xanela)",

l10n/he.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ OC.L10N.register(
1717
"Cancel" : "ביטול",
1818
"Save" : "שמירה"
1919
},
20-
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");
20+
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");

l10n/he.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"Saving failed!" : "השמירה נכשלה!",
1515
"Cancel" : "ביטול",
1616
"Save" : "שמירה"
17-
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
17+
},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"
1818
}

l10n/ka.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
OC.L10N.register(
2+
"files_linkeditor",
3+
{
4+
"This file is too big to be opened. Please download the file instead." : "This file is too big to be opened. Please download the file instead.",
5+
"Cannot read the file." : "Cannot read the file.",
6+
"Invalid file path supplied." : "Invalid file path supplied.",
7+
"The file is locked." : "The file is locked.",
8+
"An internal server error occurred." : "An internal server error occurred.",
9+
"An error occurred!" : "An error occurred!",
10+
"Cancel" : "Cancel",
11+
"Save" : "Save"
12+
},
13+
"nplurals=2; plural=(n!=1);");

l10n/ka.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{ "translations": {
2+
"This file is too big to be opened. Please download the file instead." : "This file is too big to be opened. Please download the file instead.",
3+
"Cannot read the file." : "Cannot read the file.",
4+
"Invalid file path supplied." : "Invalid file path supplied.",
5+
"The file is locked." : "The file is locked.",
6+
"An internal server error occurred." : "An internal server error occurred.",
7+
"An error occurred!" : "An error occurred!",
8+
"Cancel" : "Cancel",
9+
"Save" : "Save"
10+
},"pluralForm" :"nplurals=2; plural=(n!=1);"
11+
}

0 commit comments

Comments
 (0)