From c32d85c11954fdd7592856d1e403c41cb2253fb0 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sat, 17 Jun 2017 00:18:07 +0000 Subject: [tx-robot] updated from transifex --- l10n/af.js | 42 ++++++++++++++++++++++++++++++++++++++++++ l10n/af.json | 40 ++++++++++++++++++++++++++++++++++++++++ l10n/pl.js | 2 +- l10n/pl.json | 2 +- l10n/pt_BR.js | 2 +- l10n/pt_BR.json | 2 +- 6 files changed, 86 insertions(+), 4 deletions(-) create mode 100644 l10n/af.js create mode 100644 l10n/af.json diff --git a/l10n/af.js b/l10n/af.js new file mode 100644 index 000000000..fbead25df --- /dev/null +++ b/l10n/af.js @@ -0,0 +1,42 @@ +OC.L10N.register( + "news", + { + "News" : "Nuus", + "Download" : "Laai Af", + "filter" : "filter", + "Language" : "Taal", + "by" : "deur", + "from" : "van", + "Play audio" : "Speel oudio af", + "Download video" : "Laai video af", + "Download audio" : "Laai oudio af", + "Keyboard shortcut" : "Snelsleutel", + "Description" : "Beskrywing", + "right" : "regs", + "Jump to next article" : "Spring na volgende artikel", + "left" : "links", + "Jump to previous article" : "Spring na vorige artikel", + "Web address" : "Webadres", + "Folder" : "Vouer", + "No folder" : "Geen vouer", + "New folder" : "Nuwe vouer", + "Folder name" : "Vouernaam", + "Go back" : "Gaan terug", + "Folder exists already!" : "Vouers bestaan reeds!", + "Advanced settings" : "Gevorderde instellings", + "Username" : "Gebruikersnaam", + "Password" : "Wagwoord", + "New Folder" : "Nuwe Vouer", + "Create" : "Skep", + "Explore" : "Ontdek", + "Rename" : "Hernoem", + "Menu" : "Kieslys", + "Delete" : "Skrap", + "Dismiss" : "Wys Af", + "Collapse" : "Vou In", + "Deleted folder" : "Geskrapte vouer", + "All articles" : "Alle artikels", + "Settings" : "Instellings", + "Documentation" : "Dokumentasie" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/af.json b/l10n/af.json new file mode 100644 index 000000000..c6bcec134 --- /dev/null +++ b/l10n/af.json @@ -0,0 +1,40 @@ +{ "translations": { + "News" : "Nuus", + "Download" : "Laai Af", + "filter" : "filter", + "Language" : "Taal", + "by" : "deur", + "from" : "van", + "Play audio" : "Speel oudio af", + "Download video" : "Laai video af", + "Download audio" : "Laai oudio af", + "Keyboard shortcut" : "Snelsleutel", + "Description" : "Beskrywing", + "right" : "regs", + "Jump to next article" : "Spring na volgende artikel", + "left" : "links", + "Jump to previous article" : "Spring na vorige artikel", + "Web address" : "Webadres", + "Folder" : "Vouer", + "No folder" : "Geen vouer", + "New folder" : "Nuwe vouer", + "Folder name" : "Vouernaam", + "Go back" : "Gaan terug", + "Folder exists already!" : "Vouers bestaan reeds!", + "Advanced settings" : "Gevorderde instellings", + "Username" : "Gebruikersnaam", + "Password" : "Wagwoord", + "New Folder" : "Nuwe Vouer", + "Create" : "Skep", + "Explore" : "Ontdek", + "Rename" : "Hernoem", + "Menu" : "Kieslys", + "Delete" : "Skrap", + "Dismiss" : "Wys Af", + "Collapse" : "Vou In", + "Deleted folder" : "Geskrapte vouer", + "All articles" : "Alle artikels", + "Settings" : "Instellings", + "Documentation" : "Dokumentasie" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/pl.js b/l10n/pl.js index 72ec86992..4c349baa0 100644 --- a/l10n/pl.js +++ b/l10n/pl.js @@ -145,4 +145,4 @@ OC.L10N.register( "Documentation" : "Dokumentacja", "Report a bug" : "Zgłoś błąd" }, -"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); +"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/l10n/pl.json b/l10n/pl.json index a77514cfa..56dc82853 100644 --- a/l10n/pl.json +++ b/l10n/pl.json @@ -142,5 +142,5 @@ "Keyboard shortcuts" : "Skróty klawiaturowe", "Documentation" : "Dokumentacja", "Report a bug" : "Zgłoś błąd" -},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" +},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" } \ No newline at end of file diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js index 0385ee65a..cad222204 100644 --- a/l10n/pt_BR.js +++ b/l10n/pt_BR.js @@ -69,7 +69,7 @@ OC.L10N.register( "right" : "direita", "Jump to next article" : "Pular para o próximo artigo", "left" : "esquerda", - "Jump to previous article" : "Pular para o artigo anterior", + "Jump to previous article" : "Voltar para o artigo anterior", "Toggle star article" : "Alternar destaque do arquivo", "Star article and jump to next one" : "Destacar artigo e ir para próximo", "Toggle keep current article unread" : "Alternar manter o presente artigo não lido", diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json index c27e5bbec..986d7f6f5 100644 --- a/l10n/pt_BR.json +++ b/l10n/pt_BR.json @@ -67,7 +67,7 @@ "right" : "direita", "Jump to next article" : "Pular para o próximo artigo", "left" : "esquerda", - "Jump to previous article" : "Pular para o artigo anterior", + "Jump to previous article" : "Voltar para o artigo anterior", "Toggle star article" : "Alternar destaque do arquivo", "Star article and jump to next one" : "Destacar artigo e ir para próximo", "Toggle keep current article unread" : "Alternar manter o presente artigo não lido", -- cgit v1.2.3