diff options
Diffstat (limited to 'apps/weather_status/l10n/ca.js')
-rw-r--r-- | apps/weather_status/l10n/ca.js | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/apps/weather_status/l10n/ca.js b/apps/weather_status/l10n/ca.js index aaa00fec8fd..ad04aeb005b 100644 --- a/apps/weather_status/l10n/ca.js +++ b/apps/weather_status/l10n/ca.js @@ -11,6 +11,28 @@ OC.L10N.register( "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" : "{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} foggy" : "{temperature} {unit} boira", + "{temperature} {unit} light rainfall later today" : "{temperature} {unit} pluja lleugera més tard avui", + "{temperature} {unit} light rainfall" : "{temperature} {unit} pluja lleugera", + "{temperature} {unit} rainfall later today" : "{temperature} {unit} pluja més tard avui", + "{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} 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", "More weather for {adr}" : "Més temps per a {adr}", "Loading weather" : "S'està carregant el temps", "Remove from favorites" : "Suprimeix dels preferits", |