Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
ShutovKS committed Feb 29, 2024
2 parents 66a36ca + 9100368 commit c5666d1
Show file tree
Hide file tree
Showing 39 changed files with 530 additions and 275 deletions.
3 changes: 2 additions & 1 deletion src/Localizations/Eng/UILocalisation.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"GameName": "Between two Worlds",
"LoadGameButton": "Load",
"StartGameButton": "Start",
"StartNewGameButton": "New game",
"ContinueGameButton": "Continue",
"ExitButton": "Exit",
"Title": "Are you sure?",
"YesButton": "Yes",
Expand Down
2 changes: 1 addition & 1 deletion src/Localizations/Fren/Main.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Language-French
Language-Français
11 changes: 6 additions & 5 deletions src/Localizations/Fren/UILocalisation.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"GameName": "Entre deux mondes",
"LoadGameButton": "Charger",
"StartGameButton": "Démarrer",
"ExitButton": "Sortie",
"Title": "Êtes-vous sûr?",
"StartNewGameButton": "Nouveau jeu",
"ContinueGameButton": "Continuer",
"ExitButton": "Quitter",
"Title": "Êtes-vous sûr ?",
"YesButton": "Oui",
"NoButton": "Non",
"HistoryButton": "Histoire",
"SkipButton": "Ignorer",
"HistoryButton": "Historique",
"SkipButton": "Sauter",
"AutoButton": "Auto",
"FurtherButton": "Suivant",
"BackButton": "Retour"
Expand Down
2 changes: 1 addition & 1 deletion src/Localizations/Ger/Main.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Language-German
Language-Germanique
5 changes: 3 additions & 2 deletions src/Localizations/Ger/UILocalisation.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"GameName": "Zwischen zwei Welten",
"LoadGameButton": "Laden",
"StartGameButton": "Starten",
"StartNewGameButton": "Neues Spiel",
"ContinueGameButton": "Fortsetzen",
"ExitButton": "Beenden",
"Title": "Sind Sie sicher?",
"YesButton": "Ja",
Expand All @@ -11,4 +12,4 @@
"AutoButton": "Auto",
"FurtherButton": "Weiter",
"BackButton": "Zurück"
}
}
2 changes: 1 addition & 1 deletion src/Localizations/Ital/Main.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Language-Italian
Language-Italiano
7 changes: 4 additions & 3 deletions src/Localizations/Ital/UILocalisation.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"GameName": "Tra due mondi",
"GameName": "Tra due Mondi",
"LoadGameButton": "Carica",
"StartGameButton": "Inizia",
"ExitButton": "Uscita",
"StartNewGameButton": "Nuova partita",
"ContinueGameButton": "Continua",
"ExitButton": "Esci",
"Title": "Sei sicuro?",
"YesButton": "",
"NoButton": "No",
Expand Down
3 changes: 2 additions & 1 deletion src/Localizations/Rus/UILocalisation.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"GameName": "Между двух миров",
"LoadGameButton": "Загрузить",
"StartGameButton": "Начать",
"StartNewGameButton": "Новая игра",
"ContinueGameButton": "Продолжить",
"ExitButton": "Выход",
"Title": "Вы уверены?",
"YesButton": "Да",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ MonoBehaviour:
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: caf9732433f4dc044845763962493607
m_Address: Prefabs/YandexGame
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 46fd095b9a5968a4fb70e3f242e7f9c8
m_Address: Screens/ImageCaptureForSave
m_ReadOnly: 0
Expand Down
Loading

0 comments on commit c5666d1

Please sign in to comment.