nextcloud/apps/dashboard/l10n/oc.js

24 lines
779 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"dashboard",
{
"Dashboard" : "Tablèu de bòrd",
"Show something" : "Mostrar quicòm",
"Customize" : "Personalizar",
"Change background image" : "Cambiar limatge de fons",
"Weather service" : "Servici de metèo",
"Weather" : "Metèo",
"Status" : "Estat",
"Good morning" : "Bonjorn",
"Good morning, {name}" : "Bonjorn, {name}",
"Good afternoon" : "Bonjorn",
"Good afternoon, {name}" : "Bonjorn, {name}",
"Good evening" : "Bonser",
"Good evening, {name}" : "Bonser, {name}",
"Hello" : "Adieu",
"Hello, {name}" : "Adieu, {name}",
"Default images" : "Imatges per defaut",
"Good night, {name}" : "Bona nuèch, {name}",
"Good night" : "Bona nuèch"
},
"nplurals=2; plural=(n > 1);");