-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtranslations.json
97 lines (97 loc) · 5.26 KB
/
translations.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"en": {
"accessDenied": "Access denied",
"weatherCommandUsage": "Usage: /weather [WEATHER_TYPE]",
"weatherCommandExample": "Example: /weather CLEAR\nValid types: ",
"invalidWeatherType": "Invalid weather type",
"weatherChanged": "Weather changed",
"weatherReset": "Weather reset",
"timeCommandUsage": "Usage: /time [HOUR] [MINUTE]",
"timeCommandExample": "Example: /time 15 30",
"invalidTimeValues": "Invalid time values",
"timeChanged": "Time changed",
"syncSuccess": "Sync successful",
"specialWeatherCommandUsage": "Usage: /weatherspecial [SPECIAL_WEATHER_TYPE] [PERSISTENT]",
"specialWeatherCommandExample": "Example: /weatherspecial SNOWLIGHT true\nValid types: ",
"invalidSpecialWeatherType": "Invalid special weather type",
"specialWeatherChanged": "Special weather changed",
"weatherLoading": "Weather loading",
"weatherLoaded": "Current weather reloaded: "
},
"fr": {
"accessDenied": "Accès refusé",
"weatherCommandUsage": "Utilisation : /weather [WEATHER_TYPE]",
"weatherCommandExample": "Exemple : /weather CLEAR\nTypes valides : ",
"invalidWeatherType": "Type de météo invalide",
"weatherChanged": "Météo modifiée",
"weatherReset": "Météo réinitialisée",
"timeCommandUsage": "Utilisation : /time [HOUR] [MINUTE]",
"timeCommandExample": "Exemple : /time 15 30",
"invalidTimeValues": "Valeurs d'heure invalides",
"timeChanged": "Heure modifiée",
"syncSuccess": "Synchronisation réussie",
"specialWeatherCommandUsage": "Utilisation : /weatherspecial [SPECIAL_WEATHER_TYPE] [PERSISTENT]",
"specialWeatherCommandExample": "Exemple : /weatherspecial SNOWLIGHT true\nTypes valides : ",
"invalidSpecialWeatherType": "Type de météo spéciale invalide",
"specialWeatherChanged": "Météo spéciale modifiée",
"weatherLoading": "Chargement météo",
"weatherLoaded": "La météo actuelle a été rechargée : "
},
"es": {
"accessDenied": "Acceso denegado",
"weatherCommandUsage": "Uso: /weather [WEATHER_TYPE]",
"weatherCommandExample": "Ejemplo: /weather CLEAR\nTipos válidos: ",
"invalidWeatherType": "Tipo de clima inválido",
"weatherChanged": "Clima cambiado",
"weatherReset": "Clima reiniciado",
"timeCommandUsage": "Uso: /time [HOUR] [MINUTE]",
"timeCommandExample": "Ejemplo: /time 15 30",
"invalidTimeValues": "Valores de tiempo inválidos",
"timeChanged": "Hora cambiada",
"syncSuccess": "Sincronización exitosa",
"specialWeatherCommandUsage": "Uso: /weatherspecial [SPECIAL_WEATHER_TYPE] [PERSISTENT]",
"specialWeatherCommandExample": "Ejemplo: /weatherspecial SNOWLIGHT true\nTipos válidos: ",
"invalidSpecialWeatherType": "Tipo de clima especial inválido",
"specialWeatherChanged": "Clima especial cambiado",
"weatherLoading": "Cargando clima",
"weatherLoaded": "El clima actual ha sido recargado: "
},
"de": {
"accessDenied": "Zugriff verweigert",
"weatherCommandUsage": "Verwendung: /weather [WEATHER_TYPE]",
"weatherCommandExample": "Beispiel: /weather CLEAR\nGültige Typen: ",
"invalidWeatherType": "Ungültiger Wettertyp",
"weatherChanged": "Wetter geändert",
"weatherReset": "Wetter zurückgesetzt",
"timeCommandUsage": "Verwendung: /time [HOUR] [MINUTE]",
"timeCommandExample": "Beispiel: /time 15 30",
"invalidTimeValues": "Ungültige Zeitwerte",
"timeChanged": "Zeit geändert",
"syncSuccess": "Synchronisierung erfolgreich",
"specialWeatherCommandUsage": "Verwendung: /weatherspecial [SPECIAL_WEATHER_TYPE] [PERSISTENT]",
"specialWeatherCommandExample": "Beispiel: /weatherspecial SNOWLIGHT true\nGültige Typen: ",
"invalidSpecialWeatherType": "Ungültiger spezieller Wettertyp",
"specialWeatherChanged": "Spezialwetter geändert",
"weatherLoading": "Wetter wird geladen",
"weatherLoaded": "Aktuelles Wetter neu geladen: "
},
"it": {
"accessDenied": "Accesso negato",
"weatherCommandUsage": "Uso: /weather [WEATHER_TYPE]",
"weatherCommandExample": "Esempio: /weather CLEAR\nTipi validi: ",
"invalidWeatherType": "Tipo di meteo non valido",
"weatherChanged": "Meteo cambiato",
"weatherReset": "Meteo reimpostato",
"timeCommandUsage": "Uso: /time [HOUR] [MINUTE]",
"timeCommandExample": "Esempio: /time 15 30",
"invalidTimeValues": "Valori di tempo non validi",
"timeChanged": "Ora cambiata",
"syncSuccess": "Sincronizzazione riuscita",
"specialWeatherCommandUsage": "Uso: /weatherspecial [SPECIAL_WEATHER_TYPE] [PERSISTENT]",
"specialWeatherCommandExample": "Esempio: /weatherspecial SNOWLIGHT true\nTipi validi: ",
"invalidSpecialWeatherType": "Tipo di meteo speciale non valido",
"specialWeatherChanged": "Meteo speciale cambiato",
"weatherLoading": "Caricamento meteo",
"weatherLoaded": "Meteo attuale ricaricato: "
}
}