aboutsummaryrefslogtreecommitdiffstats
path: root/apps/weather_status/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-05-18 00:17:49 +0000
committerNextcloud bot <bot@nextcloud.com>2023-05-18 00:17:49 +0000
commitb24bb42ef793712f6ba91d86969b2424a63cea00 (patch)
tree5d1d191891eb30fa14cec116f49a27b74ff404cf /apps/weather_status/l10n
parent545b3b392f47a97928c7b0d54d10496461fb966e (diff)
downloadnextcloud-server-b24bb42ef793712f6ba91d86969b2424a63cea00.tar.gz
nextcloud-server-b24bb42ef793712f6ba91d86969b2424a63cea00.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/weather_status/l10n')
-rw-r--r--apps/weather_status/l10n/ca.js30
-rw-r--r--apps/weather_status/l10n/ca.json30
2 files changed, 30 insertions, 30 deletions
diff --git a/apps/weather_status/l10n/ca.js b/apps/weather_status/l10n/ca.js
index ad04aeb005b..c30028f2ef8 100644
--- a/apps/weather_status/l10n/ca.js
+++ b/apps/weather_status/l10n/ca.js
@@ -6,33 +6,33 @@ OC.L10N.register(
"Malformed JSON data." : "Les dades en format JSON estan mal formades.",
"Error" : "Error",
"Weather status" : "Estat del temps",
- "Weather status in your dashboard" : "Estat del temps al tauler",
- "Weather status integrated in the Dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Estat del temps integrat a l'aplicació Tauler.\n La posició de l'usuari es pot determinar o definir manualment automàticament. A continuació, es mostra una previsió de 6 hores.\n Aquest estat també es pot integrar en altres llocs, com ara l'aplicació de Calendari.",
+ "Weather status in your dashboard" : "Estat del temps en el tauler",
+ "Weather status integrated in the Dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Estat del temps integrat en l'aplicació Tauler.\n La posició de l'usuari es pot determinar automàticament o definir manualment. A continuació, es mostra una previsió de 6 hores.\n Aquest estat també es pot integrar en altres llocs, com ara l'aplicació Calendari.",
"Detect location" : "Detecta la ubicació",
"Set custom address" : "Defineix una adreça personalitzada",
"Favorites" : "Preferits",
- "{temperature} {unit} clear sky later today" : "{temperature} {unit} cel clar més tard avui",
+ "{temperature} {unit} clear sky later today" : "{temperature} {unit} cel clar avui més tard",
"{temperature} {unit} clear sky" : "{temperature} {unit} cel clar",
"{temperature} {unit} cloudy later today" : "{temperature} {unit} ennuvolat avui més tard",
"{temperature} {unit} cloudy" : "{temperature} {unit} ennuvolat",
"{temperature} {unit} fair weather later today" : "{temperature} {unit} bon temps avui més tard",
"{temperature} {unit} fair weather" : "{temperature} {unit} bon temps",
"{temperature} {unit} partly cloudy later today" : "{temperature} {unit} mig ennuvolat avui més tard",
- "{temperature} {unit} partly cloudy" : "{temperature} {unit} parcialment ennuvolat",
- "{temperature} {unit} foggy later today" : "{temperature} {unit} boira més tard avui",
+ "{temperature} {unit} partly cloudy" : "{temperature} {unit} mig ennuvolat",
+ "{temperature} {unit} foggy later today" : "{temperature} {unit} boira avui més tard",
"{temperature} {unit} foggy" : "{temperature} {unit} boira",
- "{temperature} {unit} light rainfall later today" : "{temperature} {unit} pluja lleugera més tard avui",
+ "{temperature} {unit} light rainfall later today" : "{temperature} {unit} pluja lleugera avui més tard",
"{temperature} {unit} light rainfall" : "{temperature} {unit} pluja lleugera",
- "{temperature} {unit} rainfall later today" : "{temperature} {unit} pluja més tard avui",
+ "{temperature} {unit} rainfall later today" : "{temperature} {unit} pluja avui més tard",
"{temperature} {unit} rainfall" : "{temperature} {unit} pluja",
- "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} pluja abundant més tard avui",
- "{temperature} {unit} heavy rainfall" : "{temperature} {unit} pluja abundant",
- "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} ruixats de pluja més tard avui",
- "{temperature} {unit} rainfall showers" : "{temperature} {unit} ruixats de pluja",
- "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} pluja lleugera més tard avui",
+ "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} pluja intensa avui més tard",
+ "{temperature} {unit} heavy rainfall" : "{temperature} {unit} pluja intensa",
+ "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} ruixats avui més tard",
+ "{temperature} {unit} rainfall showers" : "{temperature} {unit} ruixats",
+ "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} pluja lleugera avui més tard",
"{temperature} {unit} light rainfall showers" : "{temperature} {unit} pluja lleugera",
- "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} pluja intensa més tard avui",
- "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} pluja abundant",
+ "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} pluja intensa avui més tard",
+ "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} pluja intensa",
"More weather for {adr}" : "Més temps per a {adr}",
"Loading weather" : "S'està carregant el temps",
"Remove from favorites" : "Suprimeix dels preferits",
@@ -45,6 +45,6 @@ OC.L10N.register(
"There was an error setting the location." : "S'ha produït un error en definir la ubicació.",
"There was an error saving the mode." : "S'ha produït un error en desar el mode.",
"There was an error using personal address." : "S'ha produït un error en utilitzar l'adreça personal.",
- "Set location for weather" : "Definir la ubicació per al temps"
+ "Set location for weather" : "Definiu la ubicació per al temps"
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/weather_status/l10n/ca.json b/apps/weather_status/l10n/ca.json
index 0f7ce2d8e77..a3482b115c1 100644
--- a/apps/weather_status/l10n/ca.json
+++ b/apps/weather_status/l10n/ca.json
@@ -4,33 +4,33 @@
"Malformed JSON data." : "Les dades en format JSON estan mal formades.",
"Error" : "Error",
"Weather status" : "Estat del temps",
- "Weather status in your dashboard" : "Estat del temps al tauler",
- "Weather status integrated in the Dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Estat del temps integrat a l'aplicació Tauler.\n La posició de l'usuari es pot determinar o definir manualment automàticament. A continuació, es mostra una previsió de 6 hores.\n Aquest estat també es pot integrar en altres llocs, com ara l'aplicació de Calendari.",
+ "Weather status in your dashboard" : "Estat del temps en el tauler",
+ "Weather status integrated in the Dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Estat del temps integrat en l'aplicació Tauler.\n La posició de l'usuari es pot determinar automàticament o definir manualment. A continuació, es mostra una previsió de 6 hores.\n Aquest estat també es pot integrar en altres llocs, com ara l'aplicació Calendari.",
"Detect location" : "Detecta la ubicació",
"Set custom address" : "Defineix una adreça personalitzada",
"Favorites" : "Preferits",
- "{temperature} {unit} clear sky later today" : "{temperature} {unit} cel clar més tard avui",
+ "{temperature} {unit} clear sky later today" : "{temperature} {unit} cel clar avui més tard",
"{temperature} {unit} clear sky" : "{temperature} {unit} cel clar",
"{temperature} {unit} cloudy later today" : "{temperature} {unit} ennuvolat avui més tard",
"{temperature} {unit} cloudy" : "{temperature} {unit} ennuvolat",
"{temperature} {unit} fair weather later today" : "{temperature} {unit} bon temps avui més tard",
"{temperature} {unit} fair weather" : "{temperature} {unit} bon temps",
"{temperature} {unit} partly cloudy later today" : "{temperature} {unit} mig ennuvolat avui més tard",
- "{temperature} {unit} partly cloudy" : "{temperature} {unit} parcialment ennuvolat",
- "{temperature} {unit} foggy later today" : "{temperature} {unit} boira més tard avui",
+ "{temperature} {unit} partly cloudy" : "{temperature} {unit} mig ennuvolat",
+ "{temperature} {unit} foggy later today" : "{temperature} {unit} boira avui més tard",
"{temperature} {unit} foggy" : "{temperature} {unit} boira",
- "{temperature} {unit} light rainfall later today" : "{temperature} {unit} pluja lleugera més tard avui",
+ "{temperature} {unit} light rainfall later today" : "{temperature} {unit} pluja lleugera avui més tard",
"{temperature} {unit} light rainfall" : "{temperature} {unit} pluja lleugera",
- "{temperature} {unit} rainfall later today" : "{temperature} {unit} pluja més tard avui",
+ "{temperature} {unit} rainfall later today" : "{temperature} {unit} pluja avui més tard",
"{temperature} {unit} rainfall" : "{temperature} {unit} pluja",
- "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} pluja abundant més tard avui",
- "{temperature} {unit} heavy rainfall" : "{temperature} {unit} pluja abundant",
- "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} ruixats de pluja més tard avui",
- "{temperature} {unit} rainfall showers" : "{temperature} {unit} ruixats de pluja",
- "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} pluja lleugera més tard avui",
+ "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} pluja intensa avui més tard",
+ "{temperature} {unit} heavy rainfall" : "{temperature} {unit} pluja intensa",
+ "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} ruixats avui més tard",
+ "{temperature} {unit} rainfall showers" : "{temperature} {unit} ruixats",
+ "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} pluja lleugera avui més tard",
"{temperature} {unit} light rainfall showers" : "{temperature} {unit} pluja lleugera",
- "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} pluja intensa més tard avui",
- "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} pluja abundant",
+ "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} pluja intensa avui més tard",
+ "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} pluja intensa",
"More weather for {adr}" : "Més temps per a {adr}",
"Loading weather" : "S'està carregant el temps",
"Remove from favorites" : "Suprimeix dels preferits",
@@ -43,6 +43,6 @@
"There was an error setting the location." : "S'ha produït un error en definir la ubicació.",
"There was an error saving the mode." : "S'ha produït un error en desar el mode.",
"There was an error using personal address." : "S'ha produït un error en utilitzar l'adreça personal.",
- "Set location for weather" : "Definir la ubicació per al temps"
+ "Set location for weather" : "Definiu la ubicació per al temps"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file