-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix NE translations for all languages.
- Loading branch information
Showing
12 changed files
with
206 additions
and
195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,28 @@ | ||
{ | ||
/* GENERAL */ | ||
"LOADING": "Lade …", | ||
/* GENERAL */ | ||
"LOADING": "Lade …", | ||
|
||
/* CALENDAR */ | ||
"TODAY": "Heute", | ||
"TOMORROW": "Morgen", | ||
"RUNNING": "noch", | ||
"EMPTY": "Keine Termine.", | ||
/* CALENDAR */ | ||
"TODAY": "Heute", | ||
"TOMORROW": "Morgen", | ||
"RUNNING": "noch", | ||
"EMPTY": "Keine Termine.", | ||
|
||
/* WEATHER */ | ||
"N": "N", | ||
"NNE": "NNO", | ||
"ENE": "ONO", | ||
"E": "O", | ||
"ESE": "OSO", | ||
"SE": "SO", | ||
"SSE": "SSO", | ||
"S": "S", | ||
"SSW": "SSW", | ||
"SW": "SW", | ||
"WSW": "WSW", | ||
"W": "W", | ||
"WNW": "WNW", | ||
"NW": "NW", | ||
"NNW": "NNW" | ||
/* WEATHER */ | ||
"N": "N", | ||
"NNE": "NNO", | ||
"NE": "NO", | ||
"ENE": "ONO", | ||
"E": "O", | ||
"ESE": "OSO", | ||
"SE": "SO", | ||
"SSE": "SSO", | ||
"S": "S", | ||
"SSW": "SSW", | ||
"SW": "SW", | ||
"WSW": "WSW", | ||
"W": "W", | ||
"WNW": "WNW", | ||
"NW": "NW", | ||
"NNW": "NNW" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,28 @@ | ||
{ | ||
/* GENERAL */ | ||
"LOADING": "Loading …", | ||
/* GENERAL */ | ||
"LOADING": "Loading …", | ||
|
||
/* CALENDAR */ | ||
"TODAY": "Today", | ||
"TOMORROW": "Tomorrow", | ||
"RUNNING": "Ends in", | ||
"EMPTY": "No upcoming events.", | ||
/* CALENDAR */ | ||
"TODAY": "Today", | ||
"TOMORROW": "Tomorrow", | ||
"RUNNING": "Ends in", | ||
"EMPTY": "No upcoming events.", | ||
|
||
/* WEATHER */ | ||
"N": "N", | ||
"NNE": "NNE", | ||
"ENE": "ENE", | ||
"E": "E", | ||
"ESE": "ESE", | ||
"SE": "SE", | ||
"SSE": "SSE", | ||
"S": "S", | ||
"SSW": "SSW", | ||
"SW": "SW", | ||
"WSW": "WSW", | ||
"W": "W", | ||
"WNW": "WNW", | ||
"NW": "NW", | ||
"NNW": "NNW" | ||
/* WEATHER */ | ||
"N": "N", | ||
"NNE": "NNE", | ||
"NE": "NE", | ||
"ENE": "ENE", | ||
"E": "E", | ||
"ESE": "ESE", | ||
"SE": "SE", | ||
"SSE": "SSE", | ||
"S": "S", | ||
"SSW": "SSW", | ||
"SW": "SW", | ||
"WSW": "WSW", | ||
"W": "W", | ||
"WNW": "WNW", | ||
"NW": "NW", | ||
"NNW": "NNW" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
/* WEATHER */ | ||
"N": "N", | ||
"NNE": "NNE", | ||
"NE": "NE", | ||
"ENE": "ENE", | ||
"E": "E", | ||
"ESE": "ESE", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,28 @@ | ||
{ | ||
/* GENERAL */ | ||
"LOADING": "Chargement …", | ||
/* GENERAL */ | ||
"LOADING": "Chargement …", | ||
|
||
/* CALENDAR */ | ||
"TODAY": "Aujourd'hui", | ||
"TOMORROW": "Demain", | ||
"RUNNING": "Se termine dans", | ||
"EMPTY": "Aucun RDV.", | ||
/* CALENDAR */ | ||
"TODAY": "Aujourd'hui", | ||
"TOMORROW": "Demain", | ||
"RUNNING": "Se termine dans", | ||
"EMPTY": "Aucun RDV.", | ||
|
||
/* WEATHER */ | ||
"N": "N", | ||
"NNE": "NNE", | ||
"ENE": "ENE", | ||
"E": "E", | ||
"ESE": "ESE", | ||
"SE": "SE", | ||
"SSE": "SSE", | ||
"S": "S", | ||
"SSW": "SSO", | ||
"SW": "SO", | ||
"WSW": "OSO", | ||
"W": "O", | ||
"WNW": "ONO", | ||
"NW": "NO", | ||
"NNW": "NNO" | ||
/* WEATHER */ | ||
"N": "N", | ||
"NNE": "NNE", | ||
"NE": "NE", | ||
"ENE": "ENE", | ||
"E": "E", | ||
"ESE": "ESE", | ||
"SE": "SE", | ||
"SSE": "SSE", | ||
"S": "S", | ||
"SSW": "SSO", | ||
"SW": "SO", | ||
"WSW": "OSO", | ||
"W": "O", | ||
"WNW": "ONO", | ||
"NW": "NO", | ||
"NNW": "NNO" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
/* WEATHER */ | ||
"N": "N", | ||
"NNE": "NNE", | ||
"NE": "NE", | ||
"ENE": "ENE", | ||
"E": "E", | ||
"ESE": "ESE", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,28 @@ | ||
{ | ||
/* GENERAL */ | ||
"LOADING": "Caricamento in corso …", | ||
/* GENERAL */ | ||
"LOADING": "Caricamento in corso …", | ||
|
||
/* CALENDAR */ | ||
"TODAY": "Oggi", | ||
"TOMORROW": "Domani", | ||
"RUNNING": "Termina entro", | ||
"EMPTY": "Nessun evento in arrivo.", | ||
/* CALENDAR */ | ||
"TODAY": "Oggi", | ||
"TOMORROW": "Domani", | ||
"RUNNING": "Termina entro", | ||
"EMPTY": "Nessun evento in arrivo.", | ||
|
||
/* WEATHER */ | ||
"N": "N", | ||
"NNE": "NNE", | ||
"ENE": "ENE", | ||
"E": "E", | ||
"ESE": "ESE", | ||
"SE": "SE", | ||
"SSE": "SSE", | ||
"S": "S", | ||
"SSW": "SSW", | ||
"SW": "SW", | ||
"WSW": "WSW", | ||
"W": "W", | ||
"WNW": "WNW", | ||
"NW": "NW", | ||
"NNW": "NNW" | ||
/* WEATHER */ | ||
"N": "N", | ||
"NNE": "NNE", | ||
"NE": "NE", | ||
"ENE": "ENE", | ||
"E": "E", | ||
"ESE": "ESE", | ||
"SE": "SE", | ||
"SSE": "SSE", | ||
"S": "S", | ||
"SSW": "SSW", | ||
"SW": "SW", | ||
"WSW": "WSW", | ||
"W": "W", | ||
"WNW": "WNW", | ||
"NW": "NW", | ||
"NNW": "NNW" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,28 @@ | ||
{ | ||
/* GENERAL */ | ||
"LOADING": "Laster …", | ||
/* GENERAL */ | ||
"LOADING": "Laster …", | ||
|
||
/* CALENDAR */ | ||
"TODAY": "I dag", | ||
"TOMORROW": "I morgen", | ||
"RUNNING": "Slutter om", | ||
"EMPTY": "Ingen kommende arrangementer.", | ||
/* CALENDAR */ | ||
"TODAY": "I dag", | ||
"TOMORROW": "I morgen", | ||
"RUNNING": "Slutter om", | ||
"EMPTY": "Ingen kommende arrangementer.", | ||
|
||
/* WEATHER */ | ||
"N": "N", | ||
"NNE": "NNØ", | ||
"ENE": "ØNØ", | ||
"E": "Ø", | ||
"ESE": "ØSØ", | ||
"SE": "SØ", | ||
"SSE": "SSØ", | ||
"S": "S", | ||
"SSW": "SSV", | ||
"SW": "SV", | ||
"WSW": "VSV", | ||
"W": "V", | ||
"WNW": "VNV", | ||
"NW": "NV", | ||
"NNW": "NNV" | ||
/* WEATHER */ | ||
"N": "N", | ||
"NNE": "NNØ", | ||
"NE": "NØ", | ||
"ENE": "ØNØ", | ||
"E": "Ø", | ||
"ESE": "ØSØ", | ||
"SE": "SØ", | ||
"SSE": "SSØ", | ||
"S": "S", | ||
"SSW": "SSV", | ||
"SW": "SV", | ||
"WSW": "VSV", | ||
"W": "V", | ||
"WNW": "VNV", | ||
"NW": "NV", | ||
"NNW": "NNV" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
/* WEATHER */ | ||
"N": "N", | ||
"NNE": "NNO", | ||
"NE": "NO", | ||
"ENE": "ONO", | ||
"E": "O", | ||
"ESE": "OZO", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,28 @@ | ||
{ | ||
/* GENERAL */ | ||
"LOADING": "Lastar …", | ||
/* GENERAL */ | ||
"LOADING": "Lastar …", | ||
|
||
/* CALENDAR */ | ||
"TODAY": "I dag", | ||
"TOMORROW": "I morgon", | ||
"RUNNING": "Sluttar om", | ||
"EMPTY": "Ingen komande hendingar.", | ||
/* CALENDAR */ | ||
"TODAY": "I dag", | ||
"TOMORROW": "I morgon", | ||
"RUNNING": "Sluttar om", | ||
"EMPTY": "Ingen komande hendingar.", | ||
|
||
/* WEATHER */ | ||
"N": "N", | ||
"NNE": "NNA", | ||
"ENE": "ANA", | ||
"E": "A", | ||
"ESE": "ASA", | ||
"SE": "SA", | ||
"SSE": "SSA", | ||
"S": "S", | ||
"SSW": "SSV", | ||
"SW": "SV", | ||
"WSW": "VSV", | ||
"W": "V", | ||
"WNW": "VNV", | ||
"NW": "NV", | ||
"NNW": "NNV" | ||
/* WEATHER */ | ||
"N": "N", | ||
"NNE": "NNA", | ||
"NE": "NA", | ||
"ENE": "ANA", | ||
"E": "A", | ||
"ESE": "ASA", | ||
"SE": "SA", | ||
"SSE": "SSA", | ||
"S": "S", | ||
"SSW": "SSV", | ||
"SW": "SV", | ||
"WSW": "VSV", | ||
"W": "V", | ||
"WNW": "VNV", | ||
"NW": "NV", | ||
"NNW": "NNV" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,28 @@ | ||
{ | ||
/* GENERAL */ | ||
"LOADING": "A carregar …", | ||
/* GENERAL */ | ||
"LOADING": "A carregar …", | ||
|
||
/* CALENDAR */ | ||
"TODAY": "Hoje", | ||
"TOMORROW": "Amanhã", | ||
"RUNNING": "Termina em", | ||
"EMPTY": "Sem eventos a chegar.", | ||
/* CALENDAR */ | ||
"TODAY": "Hoje", | ||
"TOMORROW": "Amanhã", | ||
"RUNNING": "Termina em", | ||
"EMPTY": "Sem eventos a chegar.", | ||
|
||
/* WEATHER */ | ||
"N": "N", | ||
"NNE": "NNE", | ||
"ENE": "ENE", | ||
"E": "E", | ||
"ESE": "ESE", | ||
"SE": "SE", | ||
"SSE": "SSE", | ||
"S": "S", | ||
"SSW": "SSO", | ||
"SW": "SO", | ||
"WSW": "OSO", | ||
"W": "O", | ||
"WNW": "ONO", | ||
"NW": "NO", | ||
"NNW": "NNO" | ||
/* WEATHER */ | ||
"N": "N", | ||
"NNE": "NNE", | ||
"NE": "NE", | ||
"ENE": "ENE", | ||
"E": "E", | ||
"ESE": "ESE", | ||
"SE": "SE", | ||
"SSE": "SSE", | ||
"S": "S", | ||
"SSW": "SSO", | ||
"SW": "SO", | ||
"WSW": "OSO", | ||
"W": "O", | ||
"WNW": "ONO", | ||
"NW": "NO", | ||
"NNW": "NNO" | ||
} |
Oops, something went wrong.