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

github.com/nextcloud/nextcloud_announcements.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-07-03 05:47:16 +0300
committerNextcloud bot <bot@nextcloud.com>2020-07-03 05:47:16 +0300
commit298e17a7ac44750b1fc5a0f703b95fa8d8ca9d75 (patch)
tree12c5a94f1aa91f8d3a1c37666e6784d1a7412e98
parentdca73534c9a0bd9109b0cdb98f268b50c8a1ad1a (diff)
[tx-robot] updated from transifexv17.0.8RC1v17.0.8
-rw-r--r--l10n/br.js13
-rw-r--r--l10n/br.json11
-rw-r--r--l10n/ca.js14
-rw-r--r--l10n/ca.json14
4 files changed, 38 insertions, 14 deletions
diff --git a/l10n/br.js b/l10n/br.js
new file mode 100644
index 0000000..174058d
--- /dev/null
+++ b/l10n/br.js
@@ -0,0 +1,13 @@
+OC.L10N.register(
+ "nextcloud_announcements",
+ {
+ "Nextcloud announcements" : "Kemenadennoù Nexcloud",
+ "Nextcloud announcement" : "Kemenadenn Nexcloud",
+ "Read more" : "Lenn muioc'h",
+ "Disable announcements" : "Disoatreañ ar c'hemenadennoù",
+ "(These announcements are only shown to administrators)" : "(Ar c'hemenadennoù mañ na vez diskouezet nemet d'an administratour)",
+ "Nextcloud announcements brings the latest news of Nextcloud into your notifications" : "Ar c'hemenadennoù Nexcloud a zegas ar c'heloù Nexclouf divezhañ en o kemenadennoù",
+ "Shows the latest news of Nextcloud in your notifications." : "Diskouez ar c'heloù Nexcloud diwezañ en o kemenadennoù",
+ "These groups will be notified about the announcements." : "Ar strolladoù mañ a vo kelaouet diwar benn ar gemendennoù"
+},
+"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);");
diff --git a/l10n/br.json b/l10n/br.json
new file mode 100644
index 0000000..f1e0a70
--- /dev/null
+++ b/l10n/br.json
@@ -0,0 +1,11 @@
+{ "translations": {
+ "Nextcloud announcements" : "Kemenadennoù Nexcloud",
+ "Nextcloud announcement" : "Kemenadenn Nexcloud",
+ "Read more" : "Lenn muioc'h",
+ "Disable announcements" : "Disoatreañ ar c'hemenadennoù",
+ "(These announcements are only shown to administrators)" : "(Ar c'hemenadennoù mañ na vez diskouezet nemet d'an administratour)",
+ "Nextcloud announcements brings the latest news of Nextcloud into your notifications" : "Ar c'hemenadennoù Nexcloud a zegas ar c'heloù Nexclouf divezhañ en o kemenadennoù",
+ "Shows the latest news of Nextcloud in your notifications." : "Diskouez ar c'heloù Nexcloud diwezañ en o kemenadennoù",
+ "These groups will be notified about the announcements." : "Ar strolladoù mañ a vo kelaouet diwar benn ar gemendennoù"
+},"pluralForm" :"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"
+} \ No newline at end of file
diff --git a/l10n/ca.js b/l10n/ca.js
index d79a71e..f980e4c 100644
--- a/l10n/ca.js
+++ b/l10n/ca.js
@@ -1,13 +1,13 @@
OC.L10N.register(
"nextcloud_announcements",
{
- "Nextcloud announcements" : "Anuncis de Nextcloud",
- "Nextcloud announcement" : "Anunci de Nextcloud",
- "Read more" : "Llegiu-ne més.",
- "Disable announcements" : "Inhabilita els avisos",
+ "Nextcloud announcements" : "Anuncis del Nextcloud",
+ "Nextcloud announcement" : "Anunci del Nextcloud",
+ "Read more" : "Llegeix més",
+ "Disable announcements" : "Desactiva els anuncis",
"(These announcements are only shown to administrators)" : "(Aquests anuncis només es mostren als administradors.)",
- "Nextcloud announcements brings the latest news of Nextcloud into your notifications" : "Anuncis de Nextcloud porta les darreres noticies de Nextcloud a les vostres notificacions",
- "Shows the latest news of Nextcloud in your notifications." : "Mostra les darreres notícies de Nextcloud a les vostres notificacions.",
- "These groups will be notified about the announcements." : "Aquests grups seran notificats sobre els anuncis."
+ "Nextcloud announcements brings the latest news of Nextcloud into your notifications" : "Els anuncis del Nextcloud incorporen les darreres notícies del Nextcloud a les vostres notificacions",
+ "Shows the latest news of Nextcloud in your notifications." : "Mostra les darreres notícies del Nextcloud a les vostres notificacions.",
+ "These groups will be notified about the announcements." : "Aquests grups rebran notificacions sobre els anuncis."
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/ca.json b/l10n/ca.json
index 6f7dad2..9f86d90 100644
--- a/l10n/ca.json
+++ b/l10n/ca.json
@@ -1,11 +1,11 @@
{ "translations": {
- "Nextcloud announcements" : "Anuncis de Nextcloud",
- "Nextcloud announcement" : "Anunci de Nextcloud",
- "Read more" : "Llegiu-ne més.",
- "Disable announcements" : "Inhabilita els avisos",
+ "Nextcloud announcements" : "Anuncis del Nextcloud",
+ "Nextcloud announcement" : "Anunci del Nextcloud",
+ "Read more" : "Llegeix més",
+ "Disable announcements" : "Desactiva els anuncis",
"(These announcements are only shown to administrators)" : "(Aquests anuncis només es mostren als administradors.)",
- "Nextcloud announcements brings the latest news of Nextcloud into your notifications" : "Anuncis de Nextcloud porta les darreres noticies de Nextcloud a les vostres notificacions",
- "Shows the latest news of Nextcloud in your notifications." : "Mostra les darreres notícies de Nextcloud a les vostres notificacions.",
- "These groups will be notified about the announcements." : "Aquests grups seran notificats sobre els anuncis."
+ "Nextcloud announcements brings the latest news of Nextcloud into your notifications" : "Els anuncis del Nextcloud incorporen les darreres notícies del Nextcloud a les vostres notificacions",
+ "Shows the latest news of Nextcloud in your notifications." : "Mostra les darreres notícies del Nextcloud a les vostres notificacions.",
+ "These groups will be notified about the announcements." : "Aquests grups rebran notificacions sobre els anuncis."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file