Skip to content

Commit 2c0def4

Browse files
authored
Merge pull request #11150 from ppy/l10n_master
Update translations from crowdin
2 parents a1c6c0b + e86c77a commit 2c0def4

File tree

284 files changed

+2453
-131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

284 files changed

+2453
-131
lines changed

resources/lang/ar/artist.php

+6
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,19 @@
4545
'index' => [
4646
'_' => 'البحث عن الإغاني',
4747

48+
'exclusive_only' => [
49+
'all' => '',
50+
'exclusive_only' => '',
51+
],
52+
4853
'form' => [
4954
'advanced' => 'بحث متقدم',
5055
'album' => 'ألبوم',
5156
'artist' => 'الفنان',
5257
'bpm_gte' => 'الحد الأدنى لـ BPM',
5358
'bpm_lte' => 'الحد الأقصى لـ BPM',
5459
'empty' => 'لم تم العثور على أي اغاني تطابق معايير البحث.',
60+
'exclusive_only' => '',
5561
'genre' => 'الصنف',
5662
'genre_all' => 'الكل',
5763
'length_gte' => 'ادنى للطول',

resources/lang/ar/chat.php

+6
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
'channels' => [
1919
'confirm_part' => 'هل تريد إخفاء هذه القناة؟ ستظل تتلقى رسائل من هذه القناة.',
2020
'create' => 'إنشاء إعلان',
21+
'join' => '',
22+
'none' => '',
2123

2224
'list' => [
2325
'title' => [
@@ -60,4 +62,8 @@
6062
'lazer' => 'القنوات العامة التي تنضم اليها عن طريق <a href=":link"> osu!lazer</a> سوف تكون مرئية هنا ايضا.',
6163
'title' => 'لا محادثات بعد',
6264
],
65+
66+
'join_channels' => [
67+
'loading' => '',
68+
],
6369
];

resources/lang/ar/common.php

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
'pin' => 'ثبّت',
4040
'post' => 'نشر',
4141
'read_more' => 'إقرأ المزيد',
42+
'refresh' => '',
4243
'reply' => 'رد',
4344
'reply_reopen' => 'الرد وإعادة فتح',
4445
'reply_resolve' => 'الرد والاِصلاح',

resources/lang/ar/page_title.php

+3
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@
110110
'tournaments_controller' => [
111111
'_' => 'البطولات',
112112
],
113+
'user_cover_presets_controller' => [
114+
'_' => '',
115+
],
113116
'users_controller' => [
114117
'_' => 'معلومات اللاعب',
115118
'create' => 'إنشاء حساب',
+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<?php
2+
3+
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
4+
// See the LICENCE file in the repository root for full licence text.
5+
6+
return [
7+
'index' => [
8+
'batch_disable' => '',
9+
'batch_enable' => '',
10+
11+
'batch_confirm' => [
12+
'_' => '',
13+
'disable' => '',
14+
'enable' => '',
15+
'items' => '',
16+
],
17+
18+
'create_form' => [
19+
'files' => '',
20+
'submit' => '',
21+
'title' => '',
22+
],
23+
24+
'item' => [
25+
'click_to_disable' => '',
26+
'click_to_enable' => '',
27+
'enabled' => '',
28+
'disabled' => '',
29+
'image_store' => '',
30+
'image_update' => '',
31+
],
32+
],
33+
'store' => [
34+
'failed' => '',
35+
'ok' => '',
36+
],
37+
];

resources/lang/ar/users.php

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797

9898
'force_reactivation' => [
9999
'reason' => [
100+
'inactive' => "",
100101
'inactive_different_country' => "لم تستعمل حسابك منذ وقتِِ طويل.",
101102
],
102103
],

resources/lang/be/artist.php

+6
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,19 @@
4545
'index' => [
4646
'_' => 'пошук трэкаў',
4747

48+
'exclusive_only' => [
49+
'all' => '',
50+
'exclusive_only' => '',
51+
],
52+
4853
'form' => [
4954
'advanced' => 'Пашыраны пошук',
5055
'album' => 'Альбом',
5156
'artist' => 'Артыст',
5257
'bpm_gte' => 'BPM Мінімум',
5358
'bpm_lte' => 'BPM Максімум',
5459
'empty' => 'Не знойдзена трэкаў, супадаючых з гэтымі крытэрыямі пошука.',
60+
'exclusive_only' => '',
5561
'genre' => 'Жанр',
5662
'genre_all' => 'Усё',
5763
'length_gte' => 'Мінімальная даўжыня',

resources/lang/be/chat.php

+6
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
'channels' => [
1919
'confirm_part' => 'Вы сапраўды хочаце схаваць гэты канал? Вы ўсё яшчэ будзеце атрымліваць паведамленні з яго.',
2020
'create' => 'стварыць аб\'яву',
21+
'join' => '',
22+
'none' => '',
2123

2224
'list' => [
2325
'title' => [
@@ -60,4 +62,8 @@
6062
'lazer' => 'Публічныя каналы, да якіх вы далучыліся праз <a href=":link">osu!lazer</a> будуць бачныя тут.',
6163
'title' => 'яшчэ няма размоў',
6264
],
65+
66+
'join_channels' => [
67+
'loading' => '',
68+
],
6369
];

resources/lang/be/common.php

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
'pin' => 'замацаваць',
4040
'post' => 'Размясціць',
4141
'read_more' => 'чытаць далей',
42+
'refresh' => '',
4243
'reply' => 'Адказаць',
4344
'reply_reopen' => 'Адказаць і пераадкрыць',
4445
'reply_resolve' => 'Адказаць і вырашыць',

resources/lang/be/page_title.php

+3
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@
110110
'tournaments_controller' => [
111111
'_' => 'турніры',
112112
],
113+
'user_cover_presets_controller' => [
114+
'_' => '',
115+
],
113116
'users_controller' => [
114117
'_' => 'інфармацыя пра гульца',
115118
'create' => 'стварыць акаўнт',
+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<?php
2+
3+
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
4+
// See the LICENCE file in the repository root for full licence text.
5+
6+
return [
7+
'index' => [
8+
'batch_disable' => '',
9+
'batch_enable' => '',
10+
11+
'batch_confirm' => [
12+
'_' => '',
13+
'disable' => '',
14+
'enable' => '',
15+
'items' => '',
16+
],
17+
18+
'create_form' => [
19+
'files' => '',
20+
'submit' => '',
21+
'title' => '',
22+
],
23+
24+
'item' => [
25+
'click_to_disable' => '',
26+
'click_to_enable' => '',
27+
'enabled' => '',
28+
'disabled' => '',
29+
'image_store' => '',
30+
'image_update' => '',
31+
],
32+
],
33+
'store' => [
34+
'failed' => '',
35+
'ok' => '',
36+
],
37+
];

resources/lang/be/users.php

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797

9898
'force_reactivation' => [
9999
'reason' => [
100+
'inactive' => "",
100101
'inactive_different_country' => "Ваш акаўнт не выкарыстоўваўся доўгі час.",
101102
],
102103
],

resources/lang/bg/artist.php

+6
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,19 @@
4545
'index' => [
4646
'_' => 'търсене на песен',
4747

48+
'exclusive_only' => [
49+
'all' => '',
50+
'exclusive_only' => '',
51+
],
52+
4853
'form' => [
4954
'advanced' => 'Разширено търсене',
5055
'album' => 'Албум',
5156
'artist' => 'Автор',
5257
'bpm_gte' => 'Минимален BPM',
5358
'bpm_lte' => 'Максимален BPM',
5459
'empty' => 'Не са намерени резултати по критерия за търсене.',
60+
'exclusive_only' => '',
5561
'genre' => 'Жанр',
5662
'genre_all' => 'Всеки',
5763
'length_gte' => 'Минимална продължителност',

resources/lang/bg/chat.php

+6
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
'channels' => [
1919
'confirm_part' => 'Искате ли да скриете този канал? Ще продължите да получавате съобщения от канала.',
2020
'create' => 'създаване на оповестяване',
21+
'join' => '',
22+
'none' => '',
2123

2224
'list' => [
2325
'title' => [
@@ -60,4 +62,8 @@
6062
'lazer' => 'Публичните канали към които сте се присъединили чрез <a href=":link">osu!lazer</a> ще са видими и тук.',
6163
'title' => 'няма налични дискусии',
6264
],
65+
66+
'join_channels' => [
67+
'loading' => '',
68+
],
6369
];

resources/lang/bg/common.php

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
'pin' => 'закачи',
4040
'post' => 'Публикуване',
4141
'read_more' => 'прочети повече',
42+
'refresh' => '',
4243
'reply' => 'Отговор',
4344
'reply_reopen' => 'Отговор и отваряне отново',
4445
'reply_resolve' => 'Отговор и разрешаване',

resources/lang/bg/page_title.php

+3
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@
110110
'tournaments_controller' => [
111111
'_' => 'турнири',
112112
],
113+
'user_cover_presets_controller' => [
114+
'_' => '',
115+
],
113116
'users_controller' => [
114117
'_' => 'инфо за играч',
115118
'create' => 'създаване на профил',
+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<?php
2+
3+
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
4+
// See the LICENCE file in the repository root for full licence text.
5+
6+
return [
7+
'index' => [
8+
'batch_disable' => '',
9+
'batch_enable' => '',
10+
11+
'batch_confirm' => [
12+
'_' => '',
13+
'disable' => '',
14+
'enable' => '',
15+
'items' => '',
16+
],
17+
18+
'create_form' => [
19+
'files' => '',
20+
'submit' => '',
21+
'title' => '',
22+
],
23+
24+
'item' => [
25+
'click_to_disable' => '',
26+
'click_to_enable' => '',
27+
'enabled' => '',
28+
'disabled' => '',
29+
'image_store' => '',
30+
'image_update' => '',
31+
],
32+
],
33+
'store' => [
34+
'failed' => '',
35+
'ok' => '',
36+
],
37+
];

resources/lang/bg/users.php

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797

9898
'force_reactivation' => [
9999
'reason' => [
100+
'inactive' => "",
100101
'inactive_different_country' => "Вашият акаунт не е ползван от дълго време.",
101102
],
102103
],

resources/lang/ca/artist.php

+6
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,19 @@
4545
'index' => [
4646
'_' => 'cerca de pistes',
4747

48+
'exclusive_only' => [
49+
'all' => '',
50+
'exclusive_only' => '',
51+
],
52+
4853
'form' => [
4954
'advanced' => 'Cerca avançada',
5055
'album' => 'Àlbum',
5156
'artist' => 'Artista',
5257
'bpm_gte' => 'PPM mínim',
5358
'bpm_lte' => 'PPM màxim',
5459
'empty' => 'No s\'ha trobat cap pista que coincideixi amb els criteris de cerca.',
60+
'exclusive_only' => '',
5561
'genre' => 'Gènere',
5662
'genre_all' => 'Tots',
5763
'length_gte' => 'Durada mínima',

resources/lang/ca/chat.php

+6
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
'channels' => [
1919
'confirm_part' => 'Vols amagar aquest canal? Encara rebràs missatges d\'aquest canal.',
2020
'create' => 'crear un anunci',
21+
'join' => '',
22+
'none' => '',
2123

2224
'list' => [
2325
'title' => [
@@ -60,4 +62,8 @@
6062
'lazer' => 'Els canals públics als quals t\'uneixis per <a href=":link">osu!lazer</a> també seran visibles aquí.',
6163
'title' => 'encara no tens conversacions',
6264
],
65+
66+
'join_channels' => [
67+
'loading' => '',
68+
],
6369
];

resources/lang/ca/common.php

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
'pin' => 'fixar',
4040
'post' => 'Publica',
4141
'read_more' => 'llegir més',
42+
'refresh' => '',
4243
'reply' => 'Respondre',
4344
'reply_reopen' => 'Respondre i reobrir',
4445
'reply_resolve' => 'Respondre i resoldre',

resources/lang/ca/page_title.php

+3
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@
110110
'tournaments_controller' => [
111111
'_' => 'tornejos',
112112
],
113+
'user_cover_presets_controller' => [
114+
'_' => '',
115+
],
113116
'users_controller' => [
114117
'_' => 'informació del jugador',
115118
'create' => 'crear un compte',
+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<?php
2+
3+
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
4+
// See the LICENCE file in the repository root for full licence text.
5+
6+
return [
7+
'index' => [
8+
'batch_disable' => '',
9+
'batch_enable' => '',
10+
11+
'batch_confirm' => [
12+
'_' => '',
13+
'disable' => '',
14+
'enable' => '',
15+
'items' => '',
16+
],
17+
18+
'create_form' => [
19+
'files' => '',
20+
'submit' => '',
21+
'title' => '',
22+
],
23+
24+
'item' => [
25+
'click_to_disable' => '',
26+
'click_to_enable' => '',
27+
'enabled' => '',
28+
'disabled' => '',
29+
'image_store' => '',
30+
'image_update' => '',
31+
],
32+
],
33+
'store' => [
34+
'failed' => '',
35+
'ok' => '',
36+
],
37+
];

0 commit comments

Comments
 (0)