diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-09-20 02:17:05 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-09-20 02:17:05 +0000 |
commit | bdc60ef9b2d4793b3da7887632fb4b0e77bf964a (patch) | |
tree | c30fafca8df3e2ec928ae8ab819b2ac5691244b7 /apps/dashboard/l10n/gl.js | |
parent | ed9f3ee990a4f31da34e44abd35bab903e125cfa (diff) | |
download | nextcloud-server-bdc60ef9b2d4793b3da7887632fb4b0e77bf964a.tar.gz nextcloud-server-bdc60ef9b2d4793b3da7887632fb4b0e77bf964a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/dashboard/l10n/gl.js')
-rw-r--r-- | apps/dashboard/l10n/gl.js | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/apps/dashboard/l10n/gl.js b/apps/dashboard/l10n/gl.js new file mode 100644 index 00000000000..d8462041c46 --- /dev/null +++ b/apps/dashboard/l10n/gl.js @@ -0,0 +1,29 @@ +OC.L10N.register( + "dashboard", + { + "Dashboard" : "Taboleiro", + "Dashboard app" : "Aplicación de taboleiro", + "Show something" : "Amosar algo", + "Customize" : "Personalizar", + "Edit widgets" : "Editar trebellos", + "Get more widgets from the app store" : "Obter máis trebellos na tenda de aplicacións", + "Change background image" : "Cambiar imaxe de fondo", + "Weather service" : "Servizo meteorolóxico", + "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Para a súa privacidade, o servidor do Nextcloud solicita os datos meteorolóxicos no seu nome para que o servizo meteorolóxico non reciba información persoal.", + "Weather data from Met.no" : "Datos meteorolóxicos de Met.no", + "Weather" : "Clima", + "Status" : "Estado", + "Good evening, {name}" : "Boas noites, {name}", + "Good evening" : "Boas noites", + "Good afternoon, {name}" : "Boas tardes, {name}", + "Good afternoon" : "Boas tardes", + "Good morning, {name}" : "Bos días, {name}", + "Good morning" : "Bos días", + "Good night, {name}" : "Boas noites, {name}", + "Good night" : "Boas noites", + "Pick from files" : "Escolla entre os ficheiros", + "Default images" : "Imaxes predeterminadas", + "Plain background" : "Fondo sinxelo", + "Insert from {productName}" : "Inserir dende {productName}" +}, +"nplurals=2; plural=(n != 1);"); |