diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-03-15 01:15:19 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-03-15 01:15:19 +0000 |
commit | 81c3549918706fb1ce5bb419be4b7eeabd23dc99 (patch) | |
tree | 50fe9b344c6ad89d900185149a3fc9cae85c3db8 /apps/accessibility | |
parent | 21cd04d1959c56256ef464c166b82dd774107f7a (diff) | |
download | nextcloud-server-81c3549918706fb1ce5bb419be4b7eeabd23dc99.tar.gz nextcloud-server-81c3549918706fb1ce5bb419be4b7eeabd23dc99.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/accessibility')
-rw-r--r-- | apps/accessibility/l10n/cs.js | 17 | ||||
-rw-r--r-- | apps/accessibility/l10n/cs.json | 15 | ||||
-rw-r--r-- | apps/accessibility/l10n/de.js | 17 | ||||
-rw-r--r-- | apps/accessibility/l10n/de.json | 15 | ||||
-rw-r--r-- | apps/accessibility/l10n/de_DE.js | 17 | ||||
-rw-r--r-- | apps/accessibility/l10n/de_DE.json | 15 | ||||
-rw-r--r-- | apps/accessibility/l10n/es.js | 13 | ||||
-rw-r--r-- | apps/accessibility/l10n/es.json | 11 | ||||
-rw-r--r-- | apps/accessibility/l10n/es_AR.js | 17 | ||||
-rw-r--r-- | apps/accessibility/l10n/es_AR.json | 15 | ||||
-rw-r--r-- | apps/accessibility/l10n/gl.js | 17 | ||||
-rw-r--r-- | apps/accessibility/l10n/gl.json | 15 | ||||
-rw-r--r-- | apps/accessibility/l10n/pl.js | 17 | ||||
-rw-r--r-- | apps/accessibility/l10n/pl.json | 15 | ||||
-rw-r--r-- | apps/accessibility/l10n/pt_BR.js | 17 | ||||
-rw-r--r-- | apps/accessibility/l10n/pt_BR.json | 15 | ||||
-rw-r--r-- | apps/accessibility/l10n/sv.js | 17 | ||||
-rw-r--r-- | apps/accessibility/l10n/sv.json | 15 |
18 files changed, 280 insertions, 0 deletions
diff --git a/apps/accessibility/l10n/cs.js b/apps/accessibility/l10n/cs.js new file mode 100644 index 00000000000..f74ec0a7205 --- /dev/null +++ b/apps/accessibility/l10n/cs.js @@ -0,0 +1,17 @@ +OC.L10N.register( + "accessibility", + { + "High contrast theme" : "Motiv vzhledu s vysokým kontrastem", + "A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Motiv vzhledu s vysokým kontrastem pro usnadnění pohybu po aplikaci. Vizuální kvalita bude snížena, ale čitelnost zvýšena.", + "Dark theme (beta)" : "Tmavý motiv vzhledu (testovací)", + "A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Tmavý motiv vzhledu pro ulevení vašim očím snížením celkové svítivosti a jasu. Zatím ještě není hotové, takže hlaste jakékoli problémy, se kterými se potkáte.", + "Dyslexia font" : "Písmo pro dyslektiky", + "OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic je svobodné písmo navržené pro omezení vlivu některých běžných poruch čtení, způsobených dyslexií.", + "Accessibility" : "Zpřístupnění", + "Accessibility options for nextcloud" : "Předvolby Nexcloud pro zpřístupnění", + "Web Content Accessibility Guidelines" : "Doporučení pro přístupnost webového obsahu", + "our issue tracker" : "náš systém evidence hlášení chyb", + "our design team" : "náš tým designérů", + "Enable" : "Zapnout" +}, +"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/apps/accessibility/l10n/cs.json b/apps/accessibility/l10n/cs.json new file mode 100644 index 00000000000..ebc35035b04 --- /dev/null +++ b/apps/accessibility/l10n/cs.json @@ -0,0 +1,15 @@ +{ "translations": { + "High contrast theme" : "Motiv vzhledu s vysokým kontrastem", + "A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Motiv vzhledu s vysokým kontrastem pro usnadnění pohybu po aplikaci. Vizuální kvalita bude snížena, ale čitelnost zvýšena.", + "Dark theme (beta)" : "Tmavý motiv vzhledu (testovací)", + "A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Tmavý motiv vzhledu pro ulevení vašim očím snížením celkové svítivosti a jasu. Zatím ještě není hotové, takže hlaste jakékoli problémy, se kterými se potkáte.", + "Dyslexia font" : "Písmo pro dyslektiky", + "OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic je svobodné písmo navržené pro omezení vlivu některých běžných poruch čtení, způsobených dyslexií.", + "Accessibility" : "Zpřístupnění", + "Accessibility options for nextcloud" : "Předvolby Nexcloud pro zpřístupnění", + "Web Content Accessibility Guidelines" : "Doporučení pro přístupnost webového obsahu", + "our issue tracker" : "náš systém evidence hlášení chyb", + "our design team" : "náš tým designérů", + "Enable" : "Zapnout" +},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" +}
\ No newline at end of file diff --git a/apps/accessibility/l10n/de.js b/apps/accessibility/l10n/de.js new file mode 100644 index 00000000000..435bd057e9f --- /dev/null +++ b/apps/accessibility/l10n/de.js @@ -0,0 +1,17 @@ +OC.L10N.register( + "accessibility", + { + "High contrast theme" : "Kontrastreiches Theme", + "A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Ein kontrastreiches Design, dass die Navigation erleichtert. Die Bildqualität wird reduziert, aber die Klarheit wird verbessert.", + "Dark theme (beta)" : "Dunkles Theme (beta)", + "A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Ein dunkles Theme, dass die Augen entspannt, indem es die Gesamthelligkeit und -helligkeit reduziert. Es befindet sich noch in der Entwicklung, also melden Sie bitte alle Probleme, die Sie finden.", + "Dyslexia font" : "Legasthenie-Schriftart", + "OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic ist eine freie Schriftart, die entwickelt wurde, um einige der häufigsten Lesefehler, die durch Legasthenie verursacht werden, zu reduzieren.", + "Accessibility" : "Barrierefreiheit", + "Accessibility options for nextcloud" : "Optionen für Barrierefreiheit in Nextcloud", + "Web Content Accessibility Guidelines" : "Richtlinien für die Barrierefreiheit von Webinhalten", + "our issue tracker" : "Unser Issue Tracker", + "our design team" : "Unser Design-Team", + "Enable" : "Aktivieren" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/accessibility/l10n/de.json b/apps/accessibility/l10n/de.json new file mode 100644 index 00000000000..b9f9eb07bff --- /dev/null +++ b/apps/accessibility/l10n/de.json @@ -0,0 +1,15 @@ +{ "translations": { + "High contrast theme" : "Kontrastreiches Theme", + "A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Ein kontrastreiches Design, dass die Navigation erleichtert. Die Bildqualität wird reduziert, aber die Klarheit wird verbessert.", + "Dark theme (beta)" : "Dunkles Theme (beta)", + "A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Ein dunkles Theme, dass die Augen entspannt, indem es die Gesamthelligkeit und -helligkeit reduziert. Es befindet sich noch in der Entwicklung, also melden Sie bitte alle Probleme, die Sie finden.", + "Dyslexia font" : "Legasthenie-Schriftart", + "OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic ist eine freie Schriftart, die entwickelt wurde, um einige der häufigsten Lesefehler, die durch Legasthenie verursacht werden, zu reduzieren.", + "Accessibility" : "Barrierefreiheit", + "Accessibility options for nextcloud" : "Optionen für Barrierefreiheit in Nextcloud", + "Web Content Accessibility Guidelines" : "Richtlinien für die Barrierefreiheit von Webinhalten", + "our issue tracker" : "Unser Issue Tracker", + "our design team" : "Unser Design-Team", + "Enable" : "Aktivieren" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/accessibility/l10n/de_DE.js b/apps/accessibility/l10n/de_DE.js new file mode 100644 index 00000000000..435bd057e9f --- /dev/null +++ b/apps/accessibility/l10n/de_DE.js @@ -0,0 +1,17 @@ +OC.L10N.register( + "accessibility", + { + "High contrast theme" : "Kontrastreiches Theme", + "A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Ein kontrastreiches Design, dass die Navigation erleichtert. Die Bildqualität wird reduziert, aber die Klarheit wird verbessert.", + "Dark theme (beta)" : "Dunkles Theme (beta)", + "A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Ein dunkles Theme, dass die Augen entspannt, indem es die Gesamthelligkeit und -helligkeit reduziert. Es befindet sich noch in der Entwicklung, also melden Sie bitte alle Probleme, die Sie finden.", + "Dyslexia font" : "Legasthenie-Schriftart", + "OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic ist eine freie Schriftart, die entwickelt wurde, um einige der häufigsten Lesefehler, die durch Legasthenie verursacht werden, zu reduzieren.", + "Accessibility" : "Barrierefreiheit", + "Accessibility options for nextcloud" : "Optionen für Barrierefreiheit in Nextcloud", + "Web Content Accessibility Guidelines" : "Richtlinien für die Barrierefreiheit von Webinhalten", + "our issue tracker" : "Unser Issue Tracker", + "our design team" : "Unser Design-Team", + "Enable" : "Aktivieren" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/accessibility/l10n/de_DE.json b/apps/accessibility/l10n/de_DE.json new file mode 100644 index 00000000000..b9f9eb07bff --- /dev/null +++ b/apps/accessibility/l10n/de_DE.json @@ -0,0 +1,15 @@ +{ "translations": { + "High contrast theme" : "Kontrastreiches Theme", + "A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Ein kontrastreiches Design, dass die Navigation erleichtert. Die Bildqualität wird reduziert, aber die Klarheit wird verbessert.", + "Dark theme (beta)" : "Dunkles Theme (beta)", + "A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Ein dunkles Theme, dass die Augen entspannt, indem es die Gesamthelligkeit und -helligkeit reduziert. Es befindet sich noch in der Entwicklung, also melden Sie bitte alle Probleme, die Sie finden.", + "Dyslexia font" : "Legasthenie-Schriftart", + "OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic ist eine freie Schriftart, die entwickelt wurde, um einige der häufigsten Lesefehler, die durch Legasthenie verursacht werden, zu reduzieren.", + "Accessibility" : "Barrierefreiheit", + "Accessibility options for nextcloud" : "Optionen für Barrierefreiheit in Nextcloud", + "Web Content Accessibility Guidelines" : "Richtlinien für die Barrierefreiheit von Webinhalten", + "our issue tracker" : "Unser Issue Tracker", + "our design team" : "Unser Design-Team", + "Enable" : "Aktivieren" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/accessibility/l10n/es.js b/apps/accessibility/l10n/es.js new file mode 100644 index 00000000000..005a83e94d9 --- /dev/null +++ b/apps/accessibility/l10n/es.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "accessibility", + { + "High contrast theme" : "Tema de alto contraste", + "A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Tema de alto contraste para facilitar la navegación. Se reducirá la calidad visual pero se aumentará la claridad.", + "Dark theme (beta)" : "Tema oscuro (beta)", + "A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Tema oscuro para facilitar la navegación redeciendo el brillo y la luminosidad. Aún se encuentra en desarrollo, por favor comunique cualquier problema que encuentre.", + "Accessibility" : "Accesibilidad", + "Accessibility options for nextcloud" : "Opciones de accesibilidad para nextcloud", + "our design team" : "nuestro equipo de diseño", + "Enable" : "Activa" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/accessibility/l10n/es.json b/apps/accessibility/l10n/es.json new file mode 100644 index 00000000000..258436eafcb --- /dev/null +++ b/apps/accessibility/l10n/es.json @@ -0,0 +1,11 @@ +{ "translations": { + "High contrast theme" : "Tema de alto contraste", + "A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Tema de alto contraste para facilitar la navegación. Se reducirá la calidad visual pero se aumentará la claridad.", + "Dark theme (beta)" : "Tema oscuro (beta)", + "A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Tema oscuro para facilitar la navegación redeciendo el brillo y la luminosidad. Aún se encuentra en desarrollo, por favor comunique cualquier problema que encuentre.", + "Accessibility" : "Accesibilidad", + "Accessibility options for nextcloud" : "Opciones de accesibilidad para nextcloud", + "our design team" : "nuestro equipo de diseño", + "Enable" : "Activa" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/accessibility/l10n/es_AR.js b/apps/accessibility/l10n/es_AR.js new file mode 100644 index 00000000000..dfd393afde8 --- /dev/null +++ b/apps/accessibility/l10n/es_AR.js @@ -0,0 +1,17 @@ +OC.L10N.register( + "accessibility", + { + "High contrast theme" : "Tema de alto contraste", + "A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un tema de alto contraste para facilitar su navegación. Se reducirá la calidad visual pero se aumentará la claridad.", + "Dark theme (beta)" : "Tema oscuro (beta)", + "A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Un tema oscuro para facilitar la vista al reducir la luminosidad y el brillo general. Todavía está en desarrollo, por lo tanto, informe cualquier problema que pueda encontrar.", + "Dyslexia font" : "Dislexia fuente", + "OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic es un tipo de letra/fuente gratuita diseñada para mitigar algunos de los errores comunes de lectura causados por la dislexia.", + "Accessibility" : "Accesibilidad", + "Accessibility options for nextcloud" : "Opciones de accesibilidad para nextcloud", + "Web Content Accessibility Guidelines" : "Pautas de accesibilidad de contenido web", + "our issue tracker" : "nuestro rastreador de problemas", + "our design team" : "nuestro equipo de diseño", + "Enable" : "Habilitar" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/accessibility/l10n/es_AR.json b/apps/accessibility/l10n/es_AR.json new file mode 100644 index 00000000000..f636aa79804 --- /dev/null +++ b/apps/accessibility/l10n/es_AR.json @@ -0,0 +1,15 @@ +{ "translations": { + "High contrast theme" : "Tema de alto contraste", + "A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un tema de alto contraste para facilitar su navegación. Se reducirá la calidad visual pero se aumentará la claridad.", + "Dark theme (beta)" : "Tema oscuro (beta)", + "A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Un tema oscuro para facilitar la vista al reducir la luminosidad y el brillo general. Todavía está en desarrollo, por lo tanto, informe cualquier problema que pueda encontrar.", + "Dyslexia font" : "Dislexia fuente", + "OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic es un tipo de letra/fuente gratuita diseñada para mitigar algunos de los errores comunes de lectura causados por la dislexia.", + "Accessibility" : "Accesibilidad", + "Accessibility options for nextcloud" : "Opciones de accesibilidad para nextcloud", + "Web Content Accessibility Guidelines" : "Pautas de accesibilidad de contenido web", + "our issue tracker" : "nuestro rastreador de problemas", + "our design team" : "nuestro equipo de diseño", + "Enable" : "Habilitar" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/accessibility/l10n/gl.js b/apps/accessibility/l10n/gl.js new file mode 100644 index 00000000000..9624fd9f048 --- /dev/null +++ b/apps/accessibility/l10n/gl.js @@ -0,0 +1,17 @@ +OC.L10N.register( + "accessibility", + { + "High contrast theme" : "Tema de alto contraste", + "A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un tema de alto contraste para facilitar a navegación. A calidade visual será reducida, mais a claridade aumentará.", + "Dark theme (beta)" : "Tema escuro (beta)", + "A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Un tema escuro para descansar a vista reducindo a luminosidade e o brillo. Aínda está en desenvolvemento, así que informe de calquera incidencia que poida atopar.", + "Dyslexia font" : "Tipo de letra para disléxicos", + "OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic é un tipo de letra libre deseñada para mitigar algúns dos erros comúns de lectura causados pola dislexia.", + "Accessibility" : "Accesibilidade", + "Accessibility options for nextcloud" : "Opcións de accesibilidade para o Nextcloud", + "Web Content Accessibility Guidelines" : "Pautas de accesibilidade ao contido web", + "our issue tracker" : "o noso seguidor de incidencias", + "our design team" : "o noso equipo de deseño", + "Enable" : "Activar" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/accessibility/l10n/gl.json b/apps/accessibility/l10n/gl.json new file mode 100644 index 00000000000..4d70f17c9d9 --- /dev/null +++ b/apps/accessibility/l10n/gl.json @@ -0,0 +1,15 @@ +{ "translations": { + "High contrast theme" : "Tema de alto contraste", + "A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un tema de alto contraste para facilitar a navegación. A calidade visual será reducida, mais a claridade aumentará.", + "Dark theme (beta)" : "Tema escuro (beta)", + "A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Un tema escuro para descansar a vista reducindo a luminosidade e o brillo. Aínda está en desenvolvemento, así que informe de calquera incidencia que poida atopar.", + "Dyslexia font" : "Tipo de letra para disléxicos", + "OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic é un tipo de letra libre deseñada para mitigar algúns dos erros comúns de lectura causados pola dislexia.", + "Accessibility" : "Accesibilidade", + "Accessibility options for nextcloud" : "Opcións de accesibilidade para o Nextcloud", + "Web Content Accessibility Guidelines" : "Pautas de accesibilidade ao contido web", + "our issue tracker" : "o noso seguidor de incidencias", + "our design team" : "o noso equipo de deseño", + "Enable" : "Activar" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/accessibility/l10n/pl.js b/apps/accessibility/l10n/pl.js new file mode 100644 index 00000000000..02424a77672 --- /dev/null +++ b/apps/accessibility/l10n/pl.js @@ -0,0 +1,17 @@ +OC.L10N.register( + "accessibility", + { + "High contrast theme" : "Motyw o wysokim kontraście", + "A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Motyw o wysokim kontraście ułatwiający nawigację. Jakość obrazu zostanie zmniejszona, ale przejrzystość zostanie zwiększona.", + "Dark theme (beta)" : "Ciemny motyw (beta)", + "A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Ciemny motyw, który łagodzi oczy, zmniejszając ogólną jasność. Nadal jest w fazie rozwoju, więc zgłaszaj wszelkie błędy, które znajdziesz.", + "Dyslexia font" : "Czcionka Dyslexia", + "OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic to darmowy krój pisma/czcionka zaprojektowany w celu złagodzenia niektórych typowych błędów odczytu spowodowanych dysleksją.", + "Accessibility" : "Dostępność", + "Accessibility options for nextcloud" : "Opcje dostępności dla nextcloud", + "Web Content Accessibility Guidelines" : "Wytyczne Dotyczące Dostępności Treści Internetowych", + "our issue tracker" : "nasz tracker do błędów", + "our design team" : "nasz zespół projektowy", + "Enable" : "Włącz" +}, +"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/apps/accessibility/l10n/pl.json b/apps/accessibility/l10n/pl.json new file mode 100644 index 00000000000..4751c64dafe --- /dev/null +++ b/apps/accessibility/l10n/pl.json @@ -0,0 +1,15 @@ +{ "translations": { + "High contrast theme" : "Motyw o wysokim kontraście", + "A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Motyw o wysokim kontraście ułatwiający nawigację. Jakość obrazu zostanie zmniejszona, ale przejrzystość zostanie zwiększona.", + "Dark theme (beta)" : "Ciemny motyw (beta)", + "A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Ciemny motyw, który łagodzi oczy, zmniejszając ogólną jasność. Nadal jest w fazie rozwoju, więc zgłaszaj wszelkie błędy, które znajdziesz.", + "Dyslexia font" : "Czcionka Dyslexia", + "OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic to darmowy krój pisma/czcionka zaprojektowany w celu złagodzenia niektórych typowych błędów odczytu spowodowanych dysleksją.", + "Accessibility" : "Dostępność", + "Accessibility options for nextcloud" : "Opcje dostępności dla nextcloud", + "Web Content Accessibility Guidelines" : "Wytyczne Dotyczące Dostępności Treści Internetowych", + "our issue tracker" : "nasz tracker do błędów", + "our design team" : "nasz zespół projektowy", + "Enable" : "Włącz" +},"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/apps/accessibility/l10n/pt_BR.js b/apps/accessibility/l10n/pt_BR.js new file mode 100644 index 00000000000..7c9c5591851 --- /dev/null +++ b/apps/accessibility/l10n/pt_BR.js @@ -0,0 +1,17 @@ +OC.L10N.register( + "accessibility", + { + "High contrast theme" : "Tema de alto contraste", + "A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Um tema de alto contraste para facilitar a navegação. A qualidade visual será reduzida, mas a clareza aumentada.", + "Dark theme (beta)" : "Tema escuro (beta)", + "A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Um tema escuro para aliviar os olhos, reduzindo a luminosidade e brilho geral. Ainda está em desenvolvimento, por isso, informe qualquer problema encontrado.", + "Dyslexia font" : "Fonte de dislexia", + "OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "O OpenDyslexic é um tipo de letra/fonte grátis concebido para atenuar alguns dos erros comuns de leitura causados pela dislexia.", + "Accessibility" : "Acessibilidade", + "Accessibility options for nextcloud" : "Opções de acessibilidade para nextcloud", + "Web Content Accessibility Guidelines" : "Diretrizes de Acessibilidade ao Conteúdo da Web", + "our issue tracker" : "nosso rastreador de problemas", + "our design team" : "nossa equipe de design", + "Enable" : "Ativar" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/accessibility/l10n/pt_BR.json b/apps/accessibility/l10n/pt_BR.json new file mode 100644 index 00000000000..12970cad6e7 --- /dev/null +++ b/apps/accessibility/l10n/pt_BR.json @@ -0,0 +1,15 @@ +{ "translations": { + "High contrast theme" : "Tema de alto contraste", + "A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Um tema de alto contraste para facilitar a navegação. A qualidade visual será reduzida, mas a clareza aumentada.", + "Dark theme (beta)" : "Tema escuro (beta)", + "A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Um tema escuro para aliviar os olhos, reduzindo a luminosidade e brilho geral. Ainda está em desenvolvimento, por isso, informe qualquer problema encontrado.", + "Dyslexia font" : "Fonte de dislexia", + "OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "O OpenDyslexic é um tipo de letra/fonte grátis concebido para atenuar alguns dos erros comuns de leitura causados pela dislexia.", + "Accessibility" : "Acessibilidade", + "Accessibility options for nextcloud" : "Opções de acessibilidade para nextcloud", + "Web Content Accessibility Guidelines" : "Diretrizes de Acessibilidade ao Conteúdo da Web", + "our issue tracker" : "nosso rastreador de problemas", + "our design team" : "nossa equipe de design", + "Enable" : "Ativar" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +}
\ No newline at end of file diff --git a/apps/accessibility/l10n/sv.js b/apps/accessibility/l10n/sv.js new file mode 100644 index 00000000000..b3baff5d37b --- /dev/null +++ b/apps/accessibility/l10n/sv.js @@ -0,0 +1,17 @@ +OC.L10N.register( + "accessibility", + { + "High contrast theme" : "Hög kontrasttema", + "A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Ett tema med hög kontrast för att underlätta din navigering. Visuell kvalitet kommer att minskas men klarhet kommer att ökas.", + "Dark theme (beta)" : "Mörkt tema (beta)", + "A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Ett mörkt tema för att lätta dina ögon genom att minska den totala ljusstyrkan. Den är fortfarande under utveckling, så rapportera gärna eventuella problem du kan hitta.", + "Dyslexia font" : "Dyslexi-typsnitt", + "OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic är ett fritt typsnitt/font som är utformad för att mildra några av de vanliga läsfel som orsakas av dyslexi.", + "Accessibility" : "Tillgänglighet", + "Accessibility options for nextcloud" : "Tillgänglighetsalternativ för Nextcloud", + "Web Content Accessibility Guidelines" : "Riktlinjer för webbinnehåll", + "our issue tracker" : "vår felrapportering", + "our design team" : "vårt designteam", + "Enable" : "Aktivera" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/accessibility/l10n/sv.json b/apps/accessibility/l10n/sv.json new file mode 100644 index 00000000000..f86e086bf8d --- /dev/null +++ b/apps/accessibility/l10n/sv.json @@ -0,0 +1,15 @@ +{ "translations": { + "High contrast theme" : "Hög kontrasttema", + "A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Ett tema med hög kontrast för att underlätta din navigering. Visuell kvalitet kommer att minskas men klarhet kommer att ökas.", + "Dark theme (beta)" : "Mörkt tema (beta)", + "A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Ett mörkt tema för att lätta dina ögon genom att minska den totala ljusstyrkan. Den är fortfarande under utveckling, så rapportera gärna eventuella problem du kan hitta.", + "Dyslexia font" : "Dyslexi-typsnitt", + "OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic är ett fritt typsnitt/font som är utformad för att mildra några av de vanliga läsfel som orsakas av dyslexi.", + "Accessibility" : "Tillgänglighet", + "Accessibility options for nextcloud" : "Tillgänglighetsalternativ för Nextcloud", + "Web Content Accessibility Guidelines" : "Riktlinjer för webbinnehåll", + "our issue tracker" : "vår felrapportering", + "our design team" : "vårt designteam", + "Enable" : "Aktivera" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |