Skip to content

Commit a773c50

Browse files
author
github-actions
committed
Fetch translations from Crowdin
1 parent 4c9357f commit a773c50

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

intl/msg_hash_ca.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13858,6 +13858,10 @@ MSG_HASH(
1385813858
MSG_FAILED_TO_LOAD_CONTENT,
1385913859
"Error en carregar contingut."
1386013860
)
13861+
MSG_HASH(
13862+
MSG_FAILED_TO_LOAD_FROM_PLAYLIST,
13863+
"Error en carregar des d'una llista de reproducció."
13864+
)
1386113865
MSG_HASH(
1386213866
MSG_FAILED_TO_LOAD_MOVIE_FILE,
1386313867
"Error en carregar el fitxer de vídeo."

intl/msg_hash_tr.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14042,6 +14042,10 @@ MSG_HASH(
1404214042
MSG_FAILED_TO_LOAD_CONTENT,
1404314043
"İçerik yükleme başarısız."
1404414044
)
14045+
MSG_HASH(
14046+
MSG_FAILED_TO_LOAD_FROM_PLAYLIST,
14047+
"Oynatma listesinden yükleme başarısız."
14048+
)
1404514049
MSG_HASH(
1404614050
MSG_FAILED_TO_LOAD_MOVIE_FILE,
1404714051
"Film dosyası yüklenemedi."

intl/progress.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#define LANGUAGE_PROGRESS_BULGARIAN_APPROVED 0
1616

1717
/* Catalan */
18-
#define LANGUAGE_PROGRESS_CATALAN_TRANSLATED 99
18+
#define LANGUAGE_PROGRESS_CATALAN_TRANSLATED 100
1919
#define LANGUAGE_PROGRESS_CATALAN_APPROVED 0
2020

2121
/* Czech */
@@ -139,8 +139,8 @@
139139
#define LANGUAGE_PROGRESS_SWEDISH_APPROVED 61
140140

141141
/* Turkish */
142-
#define LANGUAGE_PROGRESS_TURKISH_TRANSLATED 99
143-
#define LANGUAGE_PROGRESS_TURKISH_APPROVED 99
142+
#define LANGUAGE_PROGRESS_TURKISH_TRANSLATED 100
143+
#define LANGUAGE_PROGRESS_TURKISH_APPROVED 100
144144

145145
/* Tatar */
146146
#define LANGUAGE_PROGRESS_TATAR_TRANSLATED 0

0 commit comments

Comments
 (0)