mirror of
https://github.com/nextcloud/server.git
synced 2024-12-29 00:18:42 +00:00
eaff926732
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
25 lines
1.2 KiB
JavaScript
25 lines
1.2 KiB
JavaScript
OC.L10N.register(
|
||
"dashboard",
|
||
{
|
||
"Dashboard" : "Tablèu de bòrd",
|
||
"Dashboard app" : "Aplicacion de tablèu de bòrd",
|
||
"Customize" : "Personalizar",
|
||
"Edit widgets" : "Editar widgets",
|
||
"Get more widgets from the App Store" : "Obténer mai de widgets sus l’App Store",
|
||
"Weather service" : "Servici de metèo",
|
||
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Per vòstre confidencialitat, las donadas de metèo son demandadas per vòstre servidor Nextcloud per vos per que lo servici de metèo aja pas cap de vòstras donadas personalas.",
|
||
"Weather data from Met.no" : "Donadas meteorologica de Met.no",
|
||
"geocoding with Nominatim" : "geocoding amb Nominatim",
|
||
"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}"
|
||
},
|
||
"nplurals=2; plural=(n > 1);");
|