Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-06-15 05:28:05 +0300
committerNextcloud bot <bot@nextcloud.com>2021-06-15 05:28:05 +0300
commiteb4e4c462b4d72833aec1f2ba4b97ffe52d1387e (patch)
treeb96f08aae59d710b82fd2379db962fdccaa21837 /apps/dashboard/l10n
parent41b778ddd0a1c773c5b32c202d0b6f8f56b5f7d3 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/dashboard/l10n')
-rw-r--r--apps/dashboard/l10n/sk.js12
-rw-r--r--apps/dashboard/l10n/sk.json12
2 files changed, 14 insertions, 10 deletions
diff --git a/apps/dashboard/l10n/sk.js b/apps/dashboard/l10n/sk.js
index 32e501d64ef..36cffdb8fe8 100644
--- a/apps/dashboard/l10n/sk.js
+++ b/apps/dashboard/l10n/sk.js
@@ -6,14 +6,16 @@ OC.L10N.register(
"Change background image" : "Zmeniť obrázok pozadia",
"Weather" : "Počasie",
"Status" : "Stav",
- "Good evening, {name}" : "Dobrý večer, {name}",
- "Good evening" : "Dobrý večer",
- "Good morning, {name}" : "Dobré ráno, {name}",
"Good morning" : "Dobré ráno",
- "Good night, {name}" : "Dobrý večer, {name}",
- "Good night" : "Dobrý večer",
+ "Good morning, {name}" : "Dobré ráno, {name}",
+ "Good evening" : "Dobrý večer",
+ "Good evening, {name}" : "Dobrý večer, {name}",
+ "Hello" : "Ahoj",
+ "Hello, {name}" : "Ahoj, {name}",
"Default images" : "Predvolené obrázky",
"Insert from {productName}" : "Vložiť z {productName}",
+ "Good night, {name}" : "Dobrý večer, {name}",
+ "Good night" : "Dobrý večer",
"Pick from files" : "Vybrať zo súborov"
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
diff --git a/apps/dashboard/l10n/sk.json b/apps/dashboard/l10n/sk.json
index 2c52314bf26..bb9fc6227f1 100644
--- a/apps/dashboard/l10n/sk.json
+++ b/apps/dashboard/l10n/sk.json
@@ -4,14 +4,16 @@
"Change background image" : "Zmeniť obrázok pozadia",
"Weather" : "Počasie",
"Status" : "Stav",
- "Good evening, {name}" : "Dobrý večer, {name}",
- "Good evening" : "Dobrý večer",
- "Good morning, {name}" : "Dobré ráno, {name}",
"Good morning" : "Dobré ráno",
- "Good night, {name}" : "Dobrý večer, {name}",
- "Good night" : "Dobrý večer",
+ "Good morning, {name}" : "Dobré ráno, {name}",
+ "Good evening" : "Dobrý večer",
+ "Good evening, {name}" : "Dobrý večer, {name}",
+ "Hello" : "Ahoj",
+ "Hello, {name}" : "Ahoj, {name}",
"Default images" : "Predvolené obrázky",
"Insert from {productName}" : "Vložiť z {productName}",
+ "Good night, {name}" : "Dobrý večer, {name}",
+ "Good night" : "Dobrý večer",
"Pick from files" : "Vybrať zo súborov"
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
} \ No newline at end of file