···8686 * user_completion_data |
8787 *
8888 * @urlParam pack string required The tag of the beatmap pack to be returned.
8989+ *
9090+ * @queryParam legacy_only integer Whether or not to consider lazer scores for user completion data. Defaults to 0. Example: 0
8991 */
9092 public function show($idOrTag)
9193 {
+3-1
app/Http/Controllers/BeatmapsController.php
···341341 *
342342 * @urlParam beatmap integer required Id of the [Beatmap](#beatmap).
343343 *
344344+ * @queryParam legacy_only integer Whether or not to exclude lazer scores. Defaults to 0. Example: 0
344345 * @queryParam mode The [Ruleset](#ruleset) to get scores for.
345346 * @queryParam mods An array of matching Mods, or none // TODO.
346347 * @queryParam type Beatmap score ranking type // TODO.
···368369 *
369370 * @urlParam beatmap integer required Id of the [Beatmap](#beatmap).
370371 *
371371- * @queryParam legacy_only Set to true to only return legacy scores. Example: 0
372372 * @queryParam mode The [Ruleset](#ruleset) to get scores for.
373373 * @queryParam mods An array of matching Mods, or none // TODO.
374374 * @queryParam type Beatmap score ranking type // TODO.
···421421 * @urlParam beatmap integer required Id of the [Beatmap](#beatmap).
422422 * @urlParam user integer required Id of the [User](#user).
423423 *
424424+ * @queryParam legacy_only integer Whether or not to exclude lazer scores. Defaults to 0. Example: 0
424425 * @queryParam mode The [Ruleset](#ruleset) to get scores for.
425426 * @queryParam mods An array of matching Mods, or none // TODO.
426427 */
···479480 * @urlParam beatmap integer required Id of the [Beatmap](#beatmap).
480481 * @urlParam user integer required Id of the [User](#user).
481482 *
483483+ * @queryParam legacy_only integer Whether or not to exclude lazer scores. Defaults to 0. Example: 0
482484 * @queryParam mode The [Ruleset](#ruleset) to get scores for. Defaults to beatmap mode
483485 */
484486 public function userScoreAll($beatmapId, $userId)
···503503 * @urlParam user integer required Id of the user. Example: 1
504504 * @urlParam type string required Score type. Must be one of these: `best`, `firsts`, `recent`. Example: best
505505 *
506506+ * @queryParam legacy_only integer Whether or not to exclude lazer scores. Defaults to 0. Example: 0
506507 * @queryParam include_fails Only for recent scores, include scores of failed plays. Set to 1 to include them. Defaults to 0. Example: 0
507508 * @queryParam mode [Ruleset](#ruleset) of the scores to be returned. Defaults to the specified `user`'s mode. Example: osu
508509 * @queryParam limit Maximum number of results.
···213213214214 'rank_estimate' => [
215215 '_' => 'هذه الخريطة مقدرة بأن تصبح Ranked في :date إذا لم يتم العثور على أي مشاكل. انها#:position في :queue.',
216216+ 'unresolved_problems' => '',
217217+ 'problems' => '',
216218 'on' => 'في :date',
217219 'queue' => 'قائمة انتظار الترتيب',
218220 'soon' => 'قريبًا',
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
+1
resources/lang/ar/scores.php
···2828 'non_passing' => 'فقط أفضل الدرجات الشخصية تعود عليك بـ pp',
2929 'no_pp' => '',
3030 'processing' => 'لا تزال النتائج قيد الحساب, وسوف تُعرض قريباََ',
3131+ 'no_rank' => '',
3132 ],
3233];
+2
resources/lang/be/beatmaps.php
···213213214214 'rank_estimate' => [
215215 '_' => 'Гэтая карта cможа маць рэйтынг :date, калі праблем не знойдзена. Гэта #:position у :queue.',
216216+ 'unresolved_problems' => '',
217217+ 'problems' => '',
216218 'on' => ':date',
217219 'queue' => 'чаргу ў рэйтынг',
218220 'soon' => 'хутка',
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
+1
resources/lang/be/scores.php
···2828 'non_passing' => 'Толькі пройдзеныя карты прыносяць pp',
2929 'no_pp' => '',
3030 'processing' => 'Гэты скор усё яшчэ разлічваецца і будзе адлюстраваны ў бліжэйшы час',
3131+ 'no_rank' => '',
3132 ],
3233];
+2-2
resources/lang/bg/authorization.php
···8181 ],
82828383 'contest' => [
8484- 'judging_not_active' => '',
8484+ 'judging_not_active' => 'Журито за този конкурс не е активно.',
8585 'voting_over' => 'Не може да промените гласа си, след като периодът за гласуване изтече.',
86868787 'entry' => [
···173173 'score' => [
174174 'pin' => [
175175 'disabled_type' => "Не може да се закачи този вид резултат",
176176- 'failed' => "",
176176+ 'failed' => "Не може да закачите непреминат резултат.",
177177 'not_owner' => 'Само притежателят на резултата може да го закачи.',
178178 'too_many' => 'Закачени са прекалено много резултати.',
179179 ],
+2
resources/lang/bg/beatmaps.php
···213213214214 'rank_estimate' => [
215215 '_' => 'Този бийтмап ще бъде класиран на :date ако не открием проблеми. Той е #:position на :queue.',
216216+ 'unresolved_problems' => '',
217217+ 'problems' => '',
216218 'on' => 'на :date',
217219 'queue' => 'опашката',
218220 'soon' => 'скоро',
+14-14
resources/lang/bg/contest.php
···5566return [
77 'header' => [
88- 'small' => 'Състезавайте се по повече начини освен да кликвате върху кръгчета.',
88+ 'small' => 'Състезавайте се по още начини освен кликане върху кръгове.',
99 'large' => 'Обществени конкурси',
1010 ],
1111···1414 ],
15151616 'judge' => [
1717- 'hide_judged' => '',
1818- 'nav_title' => '',
1919- 'no_current_vote' => '',
2020- 'update' => '',
1717+ 'hide_judged' => 'скрий гласуваните',
1818+ 'nav_title' => 'жури',
1919+ 'no_current_vote' => 'не сте гласували все още.',
2020+ 'update' => 'обнови',
2121 'validation' => [
2222- 'missing_score' => '',
2323- 'contest_vote_judged' => '',
2222+ 'missing_score' => 'липсващ резултат',
2323+ 'contest_vote_judged' => 'не може да гласувате ако сте жури',
2424 ],
2525- 'voted' => '',
2525+ 'voted' => 'Вече гласувахте за този запис.',
2626 ],
27272828 'judge_results' => [
2929- '_' => '',
3030- 'creator' => '',
3131- 'score' => '',
3232- 'total_score' => '',
2929+ '_' => 'Резултат от жури',
3030+ 'creator' => 'създател',
3131+ 'score' => 'Резултат',
3232+ 'total_score' => 'общ резултат',
3333 ],
34343535 'voting' => [
3636- 'judge_link' => '',
3737- 'judged_notice' => '',
3636+ 'judge_link' => 'Вие сте жури в този конкурс. Оценете текущите записи!',
3737+ 'judged_notice' => 'Този конкурс използва системата жури, съдиите в момента обработват записите.',
3838 'login_required' => 'Моля, влез в профила си, за да гласувате.',
3939 'over' => 'Гласуването за този конкурс е приключилo',
4040 'show_voted_only' => 'Моите гласове',
···3737 'username' => 'Въведете имейл или потребителско име',
38383939 'reason' => [
4040- 'inactive_different_country' => "",
4040+ 'inactive_different_country' => "Вашият профил не е използван от доста време. За да сме сигурни в защитата на профила Ви, моля обновете си паролата.",
4141 ],
4242 'support' => [
4343 '_' => 'Нуждаете се от допълнителна помощ? Свържете се с нашата :button.',
+11
resources/lang/bg/score_tokens.php
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
+3-2
resources/lang/bg/scores.php
···5566return [
77 'show' => [
88- 'non_preserved' => '',
88+ 'non_preserved' => 'Резултатът е отбелязан за изтриване и ще изчезне скоро.',
99 'title' => ':username в :title [:version]',
10101111 'beatmap' => [
···2626 'status' => [
2727 'non_best' => 'Само най-добрите лични постижения дават pp',
2828 'non_passing' => 'Само преминатите постижения дават pp',
2929- 'no_pp' => '',
2929+ 'no_pp' => 'pp не са получени от резултата',
3030 'processing' => 'Резултатът все още се пресмята и ще бъде показан скоро',
3131+ 'no_rank' => '',
3132 ],
3233];
+2-2
resources/lang/ca/authorization.php
···8181 ],
82828383 'contest' => [
8484- 'judging_not_active' => '',
8484+ 'judging_not_active' => 'L\'avaluació per a aquest concurs està desactivada.',
8585 'voting_over' => 'No pots canviar el teu vot després d\'haver acabat el període de votació.',
86868787 'entry' => [
···173173 'score' => [
174174 'pin' => [
175175 'disabled_type' => "No es pot fixar aquest tipus de puntuació",
176176- 'failed' => "",
176176+ 'failed' => "No pots fixar una puntuació fallida.",
177177 'not_owner' => 'Només el propietari de la puntuació pot fixar la puntuació.',
178178 'too_many' => 'Has fixat massa puntuacions.',
179179 ],
+2
resources/lang/ca/beatmaps.php
···213213214214 'rank_estimate' => [
215215 '_' => 'S\'estima que aquest mapa es classificarà :date si no es troben problemes. És el número :position a la :queue.',
216216+ 'unresolved_problems' => '',
217217+ 'problems' => '',
216218 'on' => 'a :date',
217219 'queue' => 'cua de classificació',
218220 'soon' => 'aviat',
+13-13
resources/lang/ca/contest.php
···1414 ],
15151616 'judge' => [
1717- 'hide_judged' => '',
1818- 'nav_title' => '',
1919- 'no_current_vote' => '',
2020- 'update' => '',
1717+ 'hide_judged' => 'amagar entrades avaluades',
1818+ 'nav_title' => 'avaluar',
1919+ 'no_current_vote' => 'encara no has votat.',
2020+ 'update' => 'actualitzar',
2121 'validation' => [
2222- 'missing_score' => '',
2323- 'contest_vote_judged' => '',
2222+ 'missing_score' => 'puntuació faltant',
2323+ 'contest_vote_judged' => 'no pots votar en concursos avaluats',
2424 ],
2525- 'voted' => '',
2525+ 'voted' => 'Ja has enviat un vot en aquesta entrada.',
2626 ],
27272828 'judge_results' => [
2929- '_' => '',
3030- 'creator' => '',
3131- 'score' => '',
3232- 'total_score' => '',
2929+ '_' => 'Resultats de l\'avaluació',
3030+ 'creator' => 'creador',
3131+ 'score' => 'Puntuació',
3232+ 'total_score' => 'puntuació total',
3333 ],
34343535 'voting' => [
3636- 'judge_link' => '',
3737- 'judged_notice' => '',
3636+ 'judge_link' => 'Ets un avaluador d\'aquest concurs. Avalua les entrades aquí!',
3737+ 'judged_notice' => 'Aquest concurs està utilitzant el sistema d\'avaluació, els avaluadors actualment estan processant les entrades.',
3838 'login_required' => 'Sisplau, inicia sessió per a votar.',
3939 'over' => 'La votació per aquest torneig ha finalitzat',
4040 'show_voted_only' => 'Mostra els votats',
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
+1
resources/lang/ca/scores.php
···2828 'non_passing' => 'Només les puntuacions aprovades atorguen pp',
2929 'no_pp' => '',
3030 'processing' => 'Aquesta puntuació encara s\'està calculant i es mostrarà aviat',
3131+ 'no_rank' => '',
3132 ],
3233];
+1-1
resources/lang/cs/authorization.php
···173173 'score' => [
174174 'pin' => [
175175 'disabled_type' => "Nelze připnout tento typ skóre",
176176- 'failed' => "",
176176+ 'failed' => "Nelze připnout neprocházející skóre.",
177177 'not_owner' => 'Pouze vlastník skóre může připnout skóre.',
178178 'too_many' => 'Připnuto příliš mnoho skóre.',
179179 ],
+2
resources/lang/cs/beatmaps.php
···213213214214 'rank_estimate' => [
215215 '_' => 'Odhaduje se, že tato mapa bude schválena :date, pokud nejsou nalezeny žádné problémy. Aktuálně je #:position ve :queue.',
216216+ 'unresolved_problems' => '',
217217+ 'problems' => '',
216218 'on' => 'dne :date',
217219 'queue' => 'frontě schválení',
218220 'soon' => 'brzy',
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
+4-3
resources/lang/cs/scores.php
···5566return [
77 'show' => [
88- 'non_preserved' => '',
88+ 'non_preserved' => 'Toto skóre je označeno pro smazání a brzy zmizí.',
99 'title' => ':username na :title [:version]',
10101111 'beatmap' => [
···25252626 'status' => [
2727 'non_best' => 'Pouze osobní nejlepší skóre ocenění',
2828- 'non_passing' => 'pp dostávají jen schválené skóre ',
2929- 'no_pp' => '',
2828+ 'non_passing' => 'Pouze procházející skóre udělují pp',
2929+ 'no_pp' => 'pp není za toto skóre uděleno',
3030 'processing' => 'Toto skóre se stále počítá a bude brzy zobrazeno',
3131+ 'no_rank' => '',
3132 ],
3233];
+2
resources/lang/da/beatmaps.php
···213213214214 'rank_estimate' => [
215215 '_' => 'Dette kort anslås at være rangeret :date , hvis ingen problemer findes. Det er #:position i :queue.',
216216+ 'unresolved_problems' => '',
217217+ 'problems' => '',
216218 'on' => '',
217219 'queue' => 'rangering kø',
218220 'soon' => 'snart',
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
+1
resources/lang/da/scores.php
···2828 'non_passing' => '',
2929 'no_pp' => '',
3030 'processing' => 'Denne score bliver stadig beregnet og vil snart blive vist',
3131+ 'no_rank' => '',
3132 ],
3233];
+1-1
resources/lang/de/authorization.php
···173173 'score' => [
174174 'pin' => [
175175 'disabled_type' => "Dieser Score-Typ kann nicht angepinnt werden",
176176- 'failed' => "",
176176+ 'failed' => "Nicht abgeschlossene Scores können nicht angepinnt werden",
177177 'not_owner' => 'Nur der Spieler, der den Score eingereicht hat, kann ihn anpinnen.',
178178 'too_many' => 'Zu viele Scores angepinnt.',
179179 ],
+2
resources/lang/de/beatmaps.php
···213213214214 'rank_estimate' => [
215215 '_' => 'Diese Map wird voraussichtlich am :date ranked. Sie befindet sich aktuell an Position :position der :queue.',
216216+ 'unresolved_problems' => '',
217217+ 'problems' => '',
216218 'on' => 'am :date',
217219 'queue' => 'Warteschlange',
218220 'soon' => 'bald',
···196196 'account-edit' => 'Einstellungen',
197197 'follows' => 'Merklisten',
198198 'friends' => 'Freunde',
199199- 'legacy_score_only_toggle' => '',
200200- 'legacy_score_only_toggle_tooltip' => '',
199199+ 'legacy_score_only_toggle' => 'Lazer-Modus',
200200+ 'legacy_score_only_toggle_tooltip' => 'Der Lazer-Modus zeigt Scores aus Lazer mit einem neuen Bewertungsalgorithmus an.',
201201 'logout' => 'Ausloggen',
202202 'profile' => 'Mein Profil',
203203 ],
+11
resources/lang/de/score_tokens.php
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
+3-2
resources/lang/de/scores.php
···5566return [
77 'show' => [
88- 'non_preserved' => '',
88+ 'non_preserved' => 'Dieser Score wird bald gelöscht.',
99 'title' => ':username auf :title [:version]',
10101111 'beatmap' => [
···2626 'status' => [
2727 'non_best' => 'Nur persönliche Bestwerte geben pp',
2828 'non_passing' => 'Nur erfolgreiche Scores geben pp',
2929- 'no_pp' => '',
2929+ 'no_pp' => 'Für diesen Score werden keine pp vergeben',
3030 'processing' => 'Dieser Score wird noch berechnet und in Kürze angezeigt',
3131+ 'no_rank' => '',
3132 ],
3233];
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
+1
resources/lang/el/scores.php
···2828 'non_passing' => 'Περνώντας μόνο βαθμολογίες που απονέμονται pp',
2929 'no_pp' => '',
3030 'processing' => 'Αυτό το σκορ εξακολουθεί να υπολογίζεται και θα εμφανιστεί σύντομα',
3131+ 'no_rank' => '',
3132 ],
3233];
+11
resources/lang/en/score_tokens.php
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => 'invalid or missing beatmap_hash',
99+ 'submission_disabled' => 'score submission is disabled',
1010+ ],
1111+];
+1
resources/lang/en/scores.php
···2828 'non_passing' => 'Only passing scores award pp',
2929 'no_pp' => 'pp is not awarded for this score',
3030 'processing' => 'This score is still being calculated and will be displayed soon',
3131+ 'no_rank' => 'This score has no rank as it is unranked or marked for deletion',
3132 ],
3233];
+2-2
resources/lang/es/authorization.php
···8181 ],
82828383 'contest' => [
8484- 'judging_not_active' => '',
8484+ 'judging_not_active' => 'La evaluación para este concurso no está activa.',
8585 'voting_over' => 'No puedes cambiar tu voto después de que el periodo de votación para este concurso haya finalizado.',
86868787 'entry' => [
···173173 'score' => [
174174 'pin' => [
175175 'disabled_type' => "No se puede anclar este tipo de puntuación",
176176- 'failed' => "",
176176+ 'failed' => "No se puede fijar una puntuación fallida.",
177177 'not_owner' => 'Solo el propietario puede anclar la puntuación.',
178178 'too_many' => 'Se han anclado demasiadas puntuaciones.',
179179 ],
+2
resources/lang/es/beatmaps.php
···213213214214 'rank_estimate' => [
215215 '_' => 'Se estima que este mapa se clasificará :date si no se encuentran problemas. Es el número :position en la :queue.',
216216+ 'unresolved_problems' => '',
217217+ 'problems' => '',
216218 'on' => 'el :date',
217219 'queue' => 'cola de clasificación',
218220 'soon' => 'pronto',
+13-13
resources/lang/es/contest.php
···1414 ],
15151616 'judge' => [
1717- 'hide_judged' => '',
1818- 'nav_title' => '',
1919- 'no_current_vote' => '',
2020- 'update' => '',
1717+ 'hide_judged' => 'ocultar entradas evaluadas',
1818+ 'nav_title' => 'evaluar',
1919+ 'no_current_vote' => 'aún no has votado.',
2020+ 'update' => 'actualizar',
2121 'validation' => [
2222- 'missing_score' => '',
2323- 'contest_vote_judged' => '',
2222+ 'missing_score' => 'puntuación faltante',
2323+ 'contest_vote_judged' => 'no puedes votar en concursos ya evaluados',
2424 ],
2525- 'voted' => '',
2525+ 'voted' => 'Ya has enviado un voto en esta entrada.',
2626 ],
27272828 'judge_results' => [
2929- '_' => '',
3030- 'creator' => '',
3131- 'score' => '',
3232- 'total_score' => '',
2929+ '_' => 'Resultados de la evaluación',
3030+ 'creator' => 'creador',
3131+ 'score' => 'Puntuación',
3232+ 'total_score' => 'puntuación total',
3333 ],
34343535 'voting' => [
3636- 'judge_link' => '',
3737- 'judged_notice' => '',
3636+ 'judge_link' => 'Eres un evaluador de este concurso. ¡Evalúa las entradas aquí!',
3737+ 'judged_notice' => 'Este concurso está usando el sistema de evaluación, los evaluadores actualmente están procesando las entradas.',
3838 'login_required' => 'Inicie sesión para votar.',
3939 'over' => 'Las votaciones para este concurso ya han terminado',
4040 'show_voted_only' => 'Mostrar votado',
-1
resources/lang/es/home.php
···8080 'action_lazer_title' => 'probar osu!(lazer)',
8181 'action_title' => 'descargar osu!',
8282 'for_os' => 'para :os',
8383- 'lazer_note' => 'nota: se aplican reinicios a la tabla de clasificación',
8483 'macos-fallback' => 'usuarios de macOS',
8584 'mirror' => 'link alternativo',
8685 'or' => 'o',
+3-3
resources/lang/es/layout.php
···112112 'legal' => [
113113 '_' => 'Legal y estado',
114114 'copyright' => 'Derechos de autor (DMCA)',
115115- 'jp_sctl' => '',
115115+ 'jp_sctl' => 'SCTL',
116116 'privacy' => 'Privacidad',
117117 'server_status' => 'Estado del servidor',
118118 'source_code' => 'Código fuente',
···196196 'account-edit' => 'Configuración',
197197 'follows' => 'Listas de seguimiento',
198198 'friends' => 'Amigos',
199199- 'legacy_score_only_toggle' => '',
200200- 'legacy_score_only_toggle_tooltip' => '',
199199+ 'legacy_score_only_toggle' => 'Modo lazer',
200200+ 'legacy_score_only_toggle_tooltip' => 'El modo lazer muestra las puntuaciones enviadas desde lazer con un nuevo algoritmo de puntuación',
201201 'logout' => 'Cerrar sesión',
202202 'profile' => 'Mi perfil',
203203 ],
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
+3-2
resources/lang/es/scores.php
···5566return [
77 'show' => [
88- 'non_preserved' => '',
88+ 'non_preserved' => 'Está puntuación está marcada para eliminación y desaparecerá pronto.',
99 'title' => ':username en :title [:version]',
10101111 'beatmap' => [
···2626 'status' => [
2727 'non_best' => 'Solo las mejores puntuaciones personales otorgan pp',
2828 'non_passing' => 'Solo las puntuaciones aprobadas dan pp',
2929- 'no_pp' => '',
2929+ 'no_pp' => 'no se concede pp para esta puntuación',
3030 'processing' => 'Esta puntuación aún se está calculando y se mostrará pronto',
3131+ 'no_rank' => '',
3132 ],
3233];
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
+3-2
resources/lang/fi/scores.php
···5566return [
77 'show' => [
88- 'non_preserved' => '',
88+ 'non_preserved' => 'Tämä suoritus on merkitty poistettavaksi ja se katoaa pian.',
99 'title' => ':username\'n tulos: :title [:version]',
10101111 'beatmap' => [
···2626 'status' => [
2727 'non_best' => 'Vain parhaat henkilökohtaiset tulokset antavat pp:tä',
2828 'non_passing' => 'Vain loppuun asti päässeet tulokset antavat pp:tä',
2929- 'no_pp' => '',
2929+ 'no_pp' => 'pp:tä ei myönnetä tälle suoritukselle',
3030 'processing' => 'Pisteitä lasketaan ja ne näytetään pian',
3131+ 'no_rank' => '',
3132 ],
3233];
+15-15
resources/lang/fil/accounts.php
···2121 'new_confirmation' => 'ikumpirma ang email',
2222 'title' => 'Email',
2323 'locked' => [
2424- '_' => '',
2525- 'accounts' => '',
2424+ '_' => 'Pakipag-ugnay sa :accounts kung kailangan mong ma-update ang iyong email.',
2525+ 'accounts' => 'pangkat ng suporta sa account',
2626 ],
2727 ],
28282929 'legacy_api' => [
3030- 'api' => '',
3131- 'irc' => '',
3232- 'title' => '',
3030+ 'api' => 'api',
3131+ 'irc' => 'irc',
3232+ 'title' => 'Legacy na API',
3333 ],
34343535 'password' => [
···4040 ],
41414242 'profile' => [
4343- 'country' => '',
4343+ 'country' => 'bansa',
4444 'title' => 'Profile',
45454646 'country_change' => [
4747- '_' => "",
4848- 'update_link' => '',
4747+ '_' => "Mukhang hindi tumutugma ang bansa ng iyong account sa iyong bansang tinitirhan. :update_link.",
4848+ 'update_link' => 'I-update sa :country',
4949 ],
50505151 'user' => [
···6565 ],
66666767 'github_user' => [
6868- 'info' => "",
6969- 'link' => '',
7070- 'title' => '',
7171- 'unlink' => '',
6868+ 'info' => "Kung isa kang kontribyutor sa mga open-source na repository ng osu!, ang pag-link ng iyong GitHub account dito ay iuugnay ang iyong mga changelog entries sa iyong osu! profile. Mga GitHub account na walang history ng kontribusyon sa osu! ay hindi ma-link.",
6969+ 'link' => 'I-link ang GitHub Account',
7070+ 'title' => 'GitHub',
7171+ 'unlink' => 'I-unlink ang GitHub Account',
72727373 'error' => [
7474- 'already_linked' => '',
7575- 'no_contribution' => '',
7676- 'unverified_email' => '',
7474+ 'already_linked' => 'Ang GitHub account na ito ay naka-link na sa ibang user.',
7575+ 'no_contribution' => 'Hindi ma-link ang GitHub account nang walang anumang kasaysayan ng kontribusyon sa mga repositoryo ng osu. ',
7676+ 'unverified_email' => 'Paki-verify ng iyong pangunahing email sa GitHub, pagkatapos ay subukang i-link muli ang iyong account.',
7777 ],
7878 ],
7979
+2-2
resources/lang/fil/api.php
···1717 'identify' => 'Tukuyin ka at basahin ang iyong pampublikong profile.',
18181919 'chat' => [
2020- 'read' => '',
2020+ 'read' => 'Basahin ang mga mensahe sa iyong ngalan.',
2121 'write' => 'Magpadala ng mga mensahe sa iyong ngalan.',
2222- 'write_manage' => '',
2222+ 'write_manage' => 'Sumali at umalis sa mga channel sa ngalan mo.',
2323 ],
24242525 'forum' => [
+4-4
resources/lang/fil/authorization.php
···8181 ],
82828383 'contest' => [
8484- 'judging_not_active' => '',
8484+ 'judging_not_active' => 'Ang paghusga para sa paligsahan na ito ay hindi aktibo.',
8585 'voting_over' => 'Hindi mo maaaring baguhin ang iyong boto pagkatapos ng panahon ng pagboto para sa paligsahang ito ay natapos na.',
86868787 'entry' => [
···172172173173 'score' => [
174174 'pin' => [
175175- 'disabled_type' => "",
176176- 'failed' => "",
175175+ 'disabled_type' => "Hindi ma-pin ang ganitong uri ng iskor",
176176+ 'failed' => "Hindi ma-pin ang hindi pumasa na iskor.",
177177 'not_owner' => 'Tanging ang may-ari ng iskor ang maaaring mag-pin ng iskor.',
178178 'too_many' => 'Nag-pin ng masyadong maraming mga iskor.',
179179 ],
···188188 ],
189189 ],
190190 'update_email' => [
191191- 'locked' => '',
191191+ 'locked' => 'ang email address ay naka-lock',
192192 ],
193193 ],
194194];
···2626 'deleted' => 'Isama ang mga tinanggal na talakayan',
2727 'mode' => 'Mode ng beatmap',
2828 'only_unresolved' => 'Ipakita lamang ang diskusyon na hindi pa nalulutas',
2929- 'show_review_embeds' => '',
2929+ 'show_review_embeds' => 'Ipakita ang mga post ng pagsusuri',
3030 'types' => 'Mga uri ng mensahe',
3131 'username' => 'Username',
3232
···7979 ],
80808181 'message_type_title' => [
8282- 'disqualify' => '',
8383- 'hype' => '',
8484- 'mapper_note' => '',
8585- 'nomination_reset' => '',
8686- 'praise' => '',
8787- 'problem' => '',
8888- 'problem_warning' => '',
8989- 'review' => '',
9090- 'suggestion' => '',
8282+ 'disqualify' => 'Mag-post ng Diskwalipikasyon',
8383+ 'hype' => 'Mag-post ng Hype!',
8484+ 'mapper_note' => 'Mag-post ng Tandaan',
8585+ 'nomination_reset' => 'Tanggalin ang lahat ng Mga nominasyon',
8686+ 'praise' => 'Mag-post ng Papuri',
8787+ 'problem' => 'Mag-post ng Problema',
8888+ 'problem_warning' => 'Mag-post ng Problema',
8989+ 'review' => 'Mag-post ng Pagsusuri',
9090+ 'suggestion' => 'Mag-post ng Mungkahi',
9191 ],
92929393 'mode' => [
···187187 ],
188188189189 'nominations' => [
190190- 'already_nominated' => '',
191191- 'cannot_nominate' => '',
190190+ 'already_nominated' => 'Nominado mo na ang beatmap na ito.',
191191+ 'cannot_nominate' => 'Hindi mo maaaring inomina ang beatmap game mode na ito.',
192192 'delete' => 'Tanggalin',
193193 'delete_own_confirm' => 'Sigurado ka ba? Ang beatmap ay matatanggal at ikaw ay muling babalik sa iyong profile.',
194194 'delete_other_confirm' => 'Sigurado ka ba? Ang beatmap ay matatanggal at ikaw ay muling babalik sa profile ng user.',
···213213214214 'rank_estimate' => [
215215 '_' => 'Ang mapa na ito ay tatantiyahin na maging ranked sa :date kapag walang isyu ang nahanap. Nasa ika-#:position ng :queue.',
216216- 'on' => '',
216216+ 'unresolved_problems' => '',
217217+ 'problems' => '',
218218+ 'on' => 'sa :date',
217219 'queue' => 'pila ng ranking',
218220 'soon' => 'malapit na',
219221 ],
+3-3
resources/lang/fil/beatmapsets.php
···6161 'discussion' => 'Diskusyon',
62626363 'admin' => [
6464- 'full_size_cover' => '',
6464+ 'full_size_cover' => 'Tingnan ang buong laki ng cover sa larawan',
6565 ],
66666767 'deleted_banner' => [
6868- 'title' => '',
6969- 'message' => '',
6868+ 'title' => 'Ang beatmap na ito ay binura na.',
6969+ 'message' => '(mga moderator lang ang makakakita nito)',
7070 ],
71717272 'details' => [
+2-2
resources/lang/fil/comments.php
···1111 'edited' => 'na-edit :timeago ni :user',
1212 'pinned' => 'nakabaral',
1313 'empty' => 'Walang pang kumento.',
1414- 'empty_other' => '',
1414+ 'empty_other' => 'Wala pang ibang mga komento.',
1515 'load_replies' => 'ipakita ang mga tugon',
1616 'replies_count' => ':count_delimited tugon|:count_delimited mga tugon',
1717 'title' => 'Mga komento',
···4444 ],
45454646 'ogp' => [
4747- 'title' => '',
4747+ 'title' => 'komento ni :user',
4848 ],
49495050 'placeholder' => [
+13-13
resources/lang/fil/contest.php
···1414 ],
15151616 'judge' => [
1717- 'hide_judged' => '',
1818- 'nav_title' => '',
1919- 'no_current_vote' => '',
2020- 'update' => '',
1717+ 'hide_judged' => 'itago ang hinuhusgahang mga entry',
1818+ 'nav_title' => 'maghusga',
1919+ 'no_current_vote' => 'hindi ka pa nakaboto.',
2020+ 'update' => 'i-update',
2121 'validation' => [
2222- 'missing_score' => '',
2323- 'contest_vote_judged' => '',
2222+ 'missing_score' => 'nawawalang iskor',
2323+ 'contest_vote_judged' => 'hindi maaaring bumoto sa hinuhusgahang mga paligsahan',
2424 ],
2525- 'voted' => '',
2525+ 'voted' => 'Ikaw ay nakapagpasa na ng boto sa kalahok na ito.',
2626 ],
27272828 'judge_results' => [
2929- '_' => '',
3030- 'creator' => '',
3131- 'score' => '',
3232- 'total_score' => '',
2929+ '_' => 'Mga resulta sa paghuhusga',
3030+ 'creator' => 'tagagawa',
3131+ 'score' => 'Puntos',
3232+ 'total_score' => 'kabuuang puntos',
3333 ],
34343535 'voting' => [
3636- 'judge_link' => '',
3737- 'judged_notice' => '',
3636+ 'judge_link' => 'Ikaw ay isang tagahatol ng paligsahang ito. Hatulan ang mga kalahok dito!',
3737+ 'judged_notice' => 'Ang patimpalak na ito ay gumagamit ng sistema ng paghusga, ang mga hukom ay kasalukuyang nagpoproseso ng mga entry.',
3838 'login_required' => 'Paki-sign-in upang bumoto.',
3939 'over' => 'Ang pagboboto sa paligsahan na ito ay tapos na',
4040 'show_voted_only' => 'Ipakita ang mga binoto',
+2-2
resources/lang/fil/events.php
···1515 'rank' => 'Nakapag-kamit ng :rank sa :beatmap (:mode) si :user',
1616 'rank_lost' => 'Si <strong><em>:user</em></strong> ay nawala sa unang rank sa <em>:beatmap</em> (:mode)',
1717 'user_support_again' => 'Si <strong>:user</strong> ay nagsuporta muli ang osu! - salamat sa iyong henerosidad!',
1818- 'user_support_first' => 'Si <strong>:user</strong> ay naging isang osu! supporter - salamat sa iyong henerosidad!',
1818+ 'user_support_first' => '<strong>:user</strong> ay sumuporta sa osu! - salamat sa iyong henerosidad!',
1919 'user_support_gift' => 'Natanggap ni <strong>:user</strong> ang regalo ng osu! supporter!',
2020 'username_change' => 'Pinalitan ni <strong>:previousUsername</strong> ang username niya sa <strong><em>:user</strong></em>!',
2121···2727 ],
28282929 'value' => [
3030- 'rank' => '',
3030+ 'rank' => 'ranggo #:rank',
3131 ],
3232];
+1-2
resources/lang/fil/home.php
···8181 'action_title' => 'i-download ang osu!
8282',
8383 'for_os' => 'para sa :os',
8484- 'lazer_note' => 'tandaan: ang mga pag-reset ng leaderboard ay nalalapat',
8584 'macos-fallback' => 'mga gumagamit ng macOS',
8685 'mirror' => 'mirror',
8786 'or' => 'o',
8888- 'os_version_or_later' => '',
8787+ 'os_version_or_later' => ':os_version o mas bago',
8988 'other_os' => 'iba pang mga platform',
9089 'quick_start_guide' => 'gabay sa mabilis na pagsisimula',
9190 'tagline' => "tayo nang<br>simulan ito!",
+2-2
resources/lang/fil/layout.php
···196196 'account-edit' => 'Mga Setting',
197197 'follows' => 'Tala ng mga binabantayan',
198198 'friends' => 'Mga Kaibigan',
199199- 'legacy_score_only_toggle' => '',
200200- 'legacy_score_only_toggle_tooltip' => '',
199199+ 'legacy_score_only_toggle' => 'Lazer mode',
200200+ 'legacy_score_only_toggle_tooltip' => 'Ang Lazer mode ay nagpapakita ng mga iskor na itinakda mula sa lazer na may bagong algorithm sa pag-iskor',
201201 'logout' => 'Mag-sign Out',
202202 'profile' => 'Aking Profile',
203203 ],
···1212 'in_progress_spinner_label' => 'laban na nag-uunlad',
1313 'loading-events' => 'Naglo-load ng mga pangyayari...',
1414 'winner' => 'Nanalo ang :team',
1515- 'winner_by' => '',
1515+ 'winner_by' => ':winner sa pamamagitan ng :difference',
16161717 'events' => [
1818 'player-left' => 'Umalis si:user sa laro',
+6-6
resources/lang/fil/model_validation.php
···88 'not_negative' => ':attribute ay bawal maging negatibo.',
99 'required' => ':attribute ay kinakailangan.',
1010 'too_long' => ':attribute ay lumampas sa maksimum na haba - maaaring lamang maging hanggang :limit na character.',
1111- 'url' => '',
1111+ 'url' => 'Pakilaan ng isang wastong URL.',
1212 'wrong_confirmation' => 'Ang kumpirmasyon ay hindi tugma.',
13131414 'beatmapset_discussion' => [
···110110 ],
111111112112 'legacy_api_key' => [
113113- 'exists' => '',
113113+ 'exists' => 'Isang susi sa API lang ang ibinibigay sa bawat user sa ngayon.',
114114115115 'attributes' => [
116116- 'api_key' => '',
117117- 'app_name' => '',
118118- 'app_url' => '',
116116+ 'api_key' => 'susi sa api',
117117+ 'app_name' => 'pangalan ng aplikasyon',
118118+ 'app_url' => 'url ng aplikasyon',
119119 ],
120120 ],
121121···175175176176 'user_report' => [
177177 'no_ranked_beatmapset' => 'Hindi pwede i-report ang mga Ranked beatmaps',
178178- 'not_in_channel' => '',
178178+ 'not_in_channel' => 'Wala ka sa channel na ito.',
179179 'reason_not_valid' => 'Ang rason na:reason ay hindi akma sa ganitong uri ng report.',
180180 'self' => "Hindi mo maaaring i-report ang sarili mo!",
181181 ],
···3737 'username' => 'Itala ang email address o username',
38383939 'reason' => [
4040- 'inactive_different_country' => "",
4040+ 'inactive_different_country' => "Ang iyong account ay hindi nagamit sa loob ng mahabang panahon. Upang matiyak ang seguridad ng iyong account, paki-reset ng iyong password.",
4141 ],
4242 'support' => [
4343 '_' => 'Kailangan pa ng tulong? Makipag-usap sa amin sa :button.',
+8-8
resources/lang/fil/rankings.php
···1818 ],
19192020 'kudosu' => [
2121- 'total' => '',
2222- 'available' => '',
2323- 'used' => '',
2121+ 'total' => 'Nakuha',
2222+ 'available' => 'Magagamit',
2323+ 'used' => 'Nagastos',
2424 ],
25252626 'type' => [
2727 'charts' => 'Mga Spotlight',
2828 'country' => 'Bansa',
2929- 'kudosu' => '',
2929+ 'kudosu' => 'kudosu',
3030 'multiplayer' => 'multiplayer',
3131 'performance' => 'Performance',
3232 'score' => 'Iskor',
···3434 ],
35353636 'seasons' => [
3737- 'empty' => '',
3838- 'ongoing' => '',
3939- 'room_count' => '',
4040- 'url' => '',
3737+ 'empty' => 'Wala pang mga kwarto sa season na ito.',
3838+ 'ongoing' => 'Ang season na ito ay nagpapatuloy pa rin (magkakaroon pa ng mga playlist na idaragdag).',
3939+ 'room_count' => 'Bilang ng playlist',
4040+ 'url' => 'Magpakita ng higit pang mga impormasyon sa season na iyon.',
4141 ],
42424343 'spotlight' => [
+11
resources/lang/fil/score_tokens.php
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
+3-2
resources/lang/fil/scores.php
···5566return [
77 'show' => [
88- 'non_preserved' => '',
88+ 'non_preserved' => 'Ang markang ito ay minarkahan para sa pagtanggal at mawawala sa lalong madaling panahon.',
99 'title' => ':username sa :title [:version]',
10101111 'beatmap' => [
···2626 'status' => [
2727 'non_best' => 'Ang laro na may pinakamataas na iskor lamang ang bibigyan ng pp',
2828 'non_passing' => 'Pasado nga mga iskor lang ang magatimpalaan ng pp',
2929- 'no_pp' => '',
2929+ 'no_pp' => 'pp ay hindi iginawad para sa iskor na ito',
3030 'processing' => 'Ang iskor ay pinoproseso pa lamang at maipapakita sa mas madaling panahon',
3131+ 'no_rank' => '',
3132 ],
3233];
+34-34
resources/lang/fil/store.php
···5252 'free' => 'free!',
53535454 'invoice' => [
5555- 'contact' => '',
5656- 'date' => '',
5555+ 'contact' => 'Kontak:',
5656+ 'date' => 'Petsa:',
5757 'echeck_delay' => 'Dahil ang pagbayad ay eCheck, maari pong magantay ng 10 araw para dumaan ng PayPal ang iyong bayarin!',
5858 'hide_from_activity' => 'ang mga tag ng osu!supporter sa pagkakasunud-sunod na ito ay hindi ipinapakita sa iyong kamakailang mga aktibidad.',
5959- 'sent_via' => '',
6060- 'shipping_to' => '',
6161- 'title' => '',
5959+ 'sent_via' => 'Naipadala sa pamamagitan ng:',
6060+ 'shipping_to' => 'Ipapadala sa:',
6161+ 'title' => 'Invoice',
6262 'title_compact' => 'invoice',
63636464 'status' => [
6565 'cancelled' => [
6666- 'title' => '',
6666+ 'title' => 'Ang iyong order ay kinansela',
6767 'line_1' => [
6868- '_' => "",
6969- 'link_text' => '',
6868+ '_' => "Kung hindi ka humiling ng pagkansela, pakikontak sa :link na nakasipi ang numero ng iyong order (#:order_number).",
6969+ 'link_text' => 'suporta ng osu!store',
7070 ],
7171 ],
7272 'delivered' => [
7373- 'title' => '',
7373+ 'title' => 'Ang iyong order ay naihatid na! Umaasa kami na natutuwa ka nito!',
7474 'line_1' => [
7575- '_' => '',
7676- 'link_text' => '',
7575+ '_' => 'Kung mayroon kang anumang mga isyu sa iyong pagbili, pakikontak sa :link.',
7676+ 'link_text' => 'suporta ng osu!store',
7777 ],
7878 ],
7979 'prepared' => [
8080- 'title' => '',
8181- 'line_1' => '',
8282- 'line_2' => '',
8080+ 'title' => 'Ang iyong order ay inihahanda!',
8181+ 'line_1' => 'Pakihintay ng kaunti pa upang maipadala ito. Ang impormasyon sa pagsubaybay ay lalabas dito kapag naproseso at naipadala na ang order. Ito ay maaaring tumagal ng hanggang 5 araw (ngunit kadalasang mas kaunti!) depende sa kung gaano kami ka-busy.',
8282+ 'line_2' => 'Ipinapadala namin ang lahat ng mga order mula sa Japan gamit ang iba\'t ibang serbisyo sa pagpapadala depende sa bigat at halaga. Ang lugar na ito ay mag-a-update ng mga espesipiko kapag naipadala na namin ang order.',
8383 ],
8484 'processing' => [
8585 'title' => 'Hindi pa kumpirmado ang iyong bayad!',
···9090 ],
9191 ],
9292 'shipped' => [
9393- 'title' => '',
9494- 'tracking_details' => '',
9393+ 'title' => 'Ang iyong order ay naipadala na!',
9494+ 'tracking_details' => 'Ang mga detalye ng pagsubaybay ay ang sumusunod:',
9595 'no_tracking_details' => [
9696- '_' => "",
9797- 'link_text' => '',
9696+ '_' => "Wala kaming mga detalye sa pagsubaybay habang ipinadala namin ang iyong package sa pamamagitan ng Air Mail, ngunit maaari mong asahan na matatanggap ito sa loob ng 1-3 linggo. Para sa Europa, kung minsan ang customs ay maaaring magpabagal ng order sa labas ng aming kontrol. Kung mayroon kang anumang mga alalahanin, pakitugon sa email ng kumpirmasyon ng order na natanggap mo (o :link).",
9797+ 'link_text' => 'magpadala sa amin ng isang email',
9898 ],
9999 ],
100100 ],
···108108 'no_orders' => 'Walang maipakitang order.',
109109 'paid_on' => 'Ipinasa ang order noong :date',
110110 'resume' => 'Bumalik sa Checkout',
111111- 'shipping_and_handling' => '',
111111+ 'shipping_and_handling' => 'Pagpapadala at Pangangasiwa',
112112 'shopify_expired' => 'Ang link ng checkout para sa order na ito ay nag-expire na.',
113113- 'subtotal' => '',
114114- 'total' => '',
113113+ 'subtotal' => 'Subtotal',
114114+ 'total' => 'Kabuuan',
115115116116 'details' => [
117117- 'order_number' => '',
118118- 'payment_terms' => '',
119119- 'salesperson' => '',
120120- 'shipping_method' => '',
121121- 'shipping_terms' => '',
122122- 'title' => '',
117117+ 'order_number' => 'Order #',
118118+ 'payment_terms' => 'Mga tuntunin sa Pagbabayad',
119119+ 'salesperson' => 'Salesperson',
120120+ 'shipping_method' => 'Pamamaraan sa Pagpapadala',
121121+ 'shipping_terms' => 'Mga tuntunin sa Pagpapadala',
122122+ 'title' => 'Mga Detalye ng Pag-order',
123123 ],
124124125125 'item' => [
···151151 'paid' => 'Paid',
152152 'processing' => 'Naghihintay ng kumpirmasyon',
153153 'shipped' => 'Naipadala',
154154- 'title' => '',
154154+ 'title' => 'Status ng Order',
155155 ],
156156157157 'thanks' => [
158158- 'title' => '',
158158+ 'title' => 'Salamat sa iyong order!',
159159 'line_1' => [
160160- '_' => '',
161161- 'link_text' => '',
160160+ '_' => 'Makakatanggap ka ng email ng kumpirmasyon sa lalong madaling panahon. Kung mayroon kang anumang mga katanungan, paki :link!',
161161+ 'link_text' => 'kontakin kami',
162162 ],
163163 ],
164164 ],
···193193 'username_change' => [
194194 'check' => 'Mag-type ng username upang suriin ang kakayahang magamit!',
195195 'checking' => 'Sinusuri ang availability ng :username...',
196196- 'placeholder' => '',
197197- 'label' => '',
198198- 'current' => '',
196196+ 'placeholder' => 'Hiniling na Username',
197197+ 'label' => 'Bago na Username',
198198+ 'current' => 'Ang iyong kasalukuyang username ay ":username".',
199199200200 'require_login' => [
201201 '_' => 'Kailangan mong maging :link upang baguhin ang iyong pangalan!',
+10-10
resources/lang/fil/users.php
···3737 'blocked_count' => 'mga na-block na user (:count)',
3838 'hide_profile' => 'Itago ang profile',
3939 'hide_comment' => 'itago',
4040- 'forum_post_text' => '',
4040+ 'forum_post_text' => 'Ang post na ito ay nakatago.',
4141 'not_blocked' => 'Hindi naka-block ang user na ito.',
4242 'show_profile' => 'Ipakita ang profile',
4343 'show_comment' => 'ipakita',
···4949 ],
50505151 'card' => [
5252- 'gift_supporter' => '',
5252+ 'gift_supporter' => 'Magregalo ng tag sa tagasuporta',
5353 'loading' => 'Nag lo-load...',
5454 'send_message' => 'Ipadala ang mensahe',
5555 ],
···124124 ],
125125126126 'ogp' => [
127127- 'modding_description' => '',
128128- 'modding_description_empty' => '',
127127+ 'modding_description' => 'Mga beatmap :counts',
128128+ 'modding_description_empty' => 'Ang user ay walang anumang mga beatmap...',
129129130130 'description' => [
131131- '_' => '',
132132- 'country' => '',
133133- 'global' => '',
131131+ '_' => 'Ranggo (:ruleset): :global | :country',
132132+ 'country' => 'Bansa :rank',
133133+ 'global' => 'Pandaigdigan :rank',
134134 ],
135135 ],
136136···170170 ],
171171 'restricted_banner' => [
172172 'title' => 'Naging limitado ang iyong account!',
173173- 'message' => 'Habang restricted ang account, ikaw ay hindi maaaring makihalubilo sa kapwa kalaro at ang iyong mga iskor ay ikaw lamang ang makakakita. Ito ay madalas ng resulta ng isang automated na proseso at kadalasang ipinapawalang bisa pagkatapos ng 24 oras. Kung nais mong mag-apela sa iyong restriction, <a href="mailto:accounts@ppy.sh">i-contact ang support</a>.',
174174- 'message_link' => '',
173173+ 'message' => 'Habang na-restrict, hindi mo magagawang makipag-ugnayan sa ibang mga manlalaro at ikaw lang ang makakakita ng iyong mga iskor. Ito ay kadalasang resulta ng isang awtomatikong proseso at kadalasang maalis sa loob ng 24 na oras. :link',
174174+ 'message_link' => 'Suriin ang pahinang ito upang matuto nang higit pa.',
175175 ],
176176 'show' => [
177177 'age' => ':age taong gulang',
···397397 'date' => 'petsa',
398398 'action' => 'aksyon',
399399 'length' => 'tagal',
400400- 'length_indefinite' => '',
400400+ 'length_indefinite' => 'Walang katiyakan',
401401 'description' => 'deskripsyon',
402402 'actor' => 'ni :username',
403403
+2-2
resources/lang/fr/authorization.php
···8181 ],
82828383 'contest' => [
8484- 'judging_not_active' => '',
8484+ 'judging_not_active' => 'Il n\'est pas possible de juger pour ce concours.',
8585 'voting_over' => 'Vous ne pouvez plus modifier votre vote une fois la période de vote passée.',
86868787 'entry' => [
···173173 'score' => [
174174 'pin' => [
175175 'disabled_type' => "Impossible d'épingler ce type de score",
176176- 'failed' => "",
176176+ 'failed' => "Impossible d'épingler un échec.",
177177 'not_owner' => 'Seul le propriétaire du score peut épingler ce score.',
178178 'too_many' => 'Trop de scores épinglés.',
179179 ],
+2
resources/lang/fr/beatmaps.php
···213213214214 'rank_estimate' => [
215215 '_' => 'Cette beatmap devrait être classée le :date si aucun problème n\'est trouvé. Elle est #:position dans la :queue.',
216216+ 'unresolved_problems' => '',
217217+ 'problems' => '',
216218 'on' => 'le :date',
217219 'queue' => 'file d\'attente de classement',
218220 'soon' => 'bientôt',
+14-14
resources/lang/fr/contest.php
···1414 ],
15151616 'judge' => [
1717- 'hide_judged' => '',
1818- 'nav_title' => '',
1919- 'no_current_vote' => '',
2020- 'update' => '',
1717+ 'hide_judged' => 'masquer les entrées jugées',
1818+ 'nav_title' => 'juger',
1919+ 'no_current_vote' => 'vous n\'avez pas encore voté.',
2020+ 'update' => 'enregistrer',
2121 'validation' => [
2222- 'missing_score' => '',
2323- 'contest_vote_judged' => '',
2222+ 'missing_score' => 'score manquant',
2323+ 'contest_vote_judged' => 'vous ne pouvez pas voter dans un concours qui utilise le système de jugement',
2424 ],
2525- 'voted' => '',
2525+ 'voted' => 'Vous avez déjà voté pour cette entrée.',
2626 ],
27272828 'judge_results' => [
2929- '_' => '',
3030- 'creator' => '',
3131- 'score' => '',
3232- 'total_score' => '',
2929+ '_' => 'Résultats du jugement',
3030+ 'creator' => 'créateur',
3131+ 'score' => 'Score',
3232+ 'total_score' => 'score total',
3333 ],
34343535 'voting' => [
3636- 'judge_link' => '',
3737- 'judged_notice' => '',
3636+ 'judge_link' => 'Vous êtes juge de concours. Jugez les entrées ici !',
3737+ 'judged_notice' => 'Ce concours utilise le système de jugement, les juges s\'occupent actuellement des entrées.',
3838 'login_required' => 'Veuillez vous connecter pour voter.',
3939 'over' => 'Le vote pour ce concours est terminé',
4040- 'show_voted_only' => 'Voir les votes',
4040+ 'show_voted_only' => 'Voir vos votes',
41414242 'best_of' => [
4343 'none_played' => "Il semble que vous n'ayez joué aucune beatmap qualifiée pour ce concours !",
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
+3-2
resources/lang/fr/scores.php
···5566return [
77 'show' => [
88- 'non_preserved' => '',
88+ 'non_preserved' => 'Ce score doit être supprimé et disparaîtra bientôt.',
99 'title' => ':username sur :title [:version]',
10101111 'beatmap' => [
···2626 'status' => [
2727 'non_best' => 'Seul vos meilleurs scores vous rapportent des pp',
2828 'non_passing' => 'Seuls les scores que vous avez terminés sans échouer vous rapporteront des pp',
2929- 'no_pp' => '',
2929+ 'no_pp' => 'Ce score n\'attribue pas de pp',
3030 'processing' => 'Ce score est toujours en cours de calcul et sera bientôt affiché',
3131+ 'no_rank' => '',
3132 ],
3233];
+2
resources/lang/he/beatmaps.php
···213213214214 'rank_estimate' => [
215215 '_' => 'מפה זאת תקבל סטטוס Ranked ב:date במידה ולא ימצאו שגיעות. המפה נמצא ב#:position ב:queue.',
216216+ 'unresolved_problems' => '',
217217+ 'problems' => '',
216218 'on' => '',
217219 'queue' => 'נבדקת לקבלת Ranking',
218220 'soon' => 'בקרוב',
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
···213213214214 'rank_estimate' => [
215215 '_' => 'Procjenjuje se da će ova beatmapa biti rangirana :date ako nema problema. To je :position. u :queue.',
216216+ 'unresolved_problems' => '',
217217+ 'problems' => '',
216218 'on' => '',
217219 'queue' => 'red čekanja na rangiranje',
218220 'soon' => 'uskoro',
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
+1
resources/lang/hr-HR/scores.php
···2828 'non_passing' => 'Samo prolazeći rezultati nagrađuju pp',
2929 'no_pp' => '',
3030 'processing' => 'Ovaj rezultat se još uvijek izračunava i uskoro će biti prikazan',
3131+ 'no_rank' => '',
3132 ],
3233];
+2-2
resources/lang/hu/authorization.php
···8181 ],
82828383 'contest' => [
8484- 'judging_not_active' => '',
8484+ 'judging_not_active' => 'A verseny zsűrizése nem aktív.',
8585 'voting_over' => 'Nem változtathatod meg a szavazatod, mert ennek a versenynek a szavazási ideje lejárt.',
86868787 'entry' => [
···173173 'score' => [
174174 'pin' => [
175175 'disabled_type' => "Nem lehet ilyen típusú pontszámot kitűzni",
176176- 'failed' => "",
176176+ 'failed' => "Nem passzolt pontszám nem rögzíthető.",
177177 'not_owner' => 'Csak eredménnyel rendelkezők tűzhetnek ki eredményeket.',
178178 'too_many' => 'Túl sok kitűzött eredmény.',
179179 ],
+2
resources/lang/hu/beatmaps.php
···213213214214 'rank_estimate' => [
215215 '_' => 'Ez a pálya rangsorolt lesz :date, ha nem merülnek fel további problémák. Jelenleg a #:position helyen áll: :queue.',
216216+ 'unresolved_problems' => '',
217217+ 'problems' => '',
216218 'on' => ':date',
217219 'queue' => 'ranglistázási sor',
218220 'soon' => 'hamarosan',
+13-13
resources/lang/hu/contest.php
···1414 ],
15151616 'judge' => [
1717- 'hide_judged' => '',
1818- 'nav_title' => '',
1919- 'no_current_vote' => '',
2020- 'update' => '',
1717+ 'hide_judged' => 'elrejteni az elbírált bejegyzéseket',
1818+ 'nav_title' => 'bíró',
1919+ 'no_current_vote' => 'még nem szavaztál.',
2020+ 'update' => 'frissités',
2121 'validation' => [
2222- 'missing_score' => '',
2323- 'contest_vote_judged' => '',
2222+ 'missing_score' => 'hiányzó pontszám',
2323+ 'contest_vote_judged' => 'bírált versenyeken nem szavazhat',
2424 ],
2525- 'voted' => '',
2525+ 'voted' => 'Már leadott szavazatot erről a bejegyzésről.',
2626 ],
27272828 'judge_results' => [
2929- '_' => '',
3030- 'creator' => '',
3131- 'score' => '',
3232- 'total_score' => '',
2929+ '_' => 'Eredmények elbírálása',
3030+ 'creator' => 'készítő',
3131+ 'score' => 'Pontszám',
3232+ 'total_score' => 'összpontszám',
3333 ],
34343535 'voting' => [
3636- 'judge_link' => '',
3737- 'judged_notice' => '',
3636+ 'judge_link' => 'Ennek a versenynek a bírája vagy. Itt bírálhatod el a bejegyzéseket!',
3737+ 'judged_notice' => 'Ez a verseny a bírálati rendszerrel zajlik, a bírálók jelenleg dolgoznak a bejegyzéseken.',
3838 'login_required' => 'Kérlek jelentkezz be a szavazáshoz.',
3939 'over' => 'Erre a versenyre már véget ért a szavazás',
4040 'show_voted_only' => 'Szavazottak mutatása',
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
+3-2
resources/lang/hu/scores.php
···5566return [
77 'show' => [
88- 'non_preserved' => '',
88+ 'non_preserved' => 'Ez a pontszám törlésre van megjelölve, és hamarosan eltűnik.',
99 'title' => ':username ezen :title [:version]',
10101111 'beatmap' => [
···2626 'status' => [
2727 'non_best' => 'Csak a legjobb személyes pontszámok adnak pp-t',
2828 'non_passing' => 'Csak sikeres eredmények jutalmaznak pp-t',
2929- 'no_pp' => '',
2929+ 'no_pp' => 'pp nem jár ezért a pontszámért',
3030 'processing' => 'Ez a pontszám még értékelés alatt van és hamarosan mutatva lesz',
3131+ 'no_rank' => '',
3132 ],
3233];
+3-3
resources/lang/id/authorization.php
···5656 'discussion_locked' => 'Diskusi pada beatmap ini telah dikunci.',
57575858 'metadata' => [
5959- 'nominated' => 'Kamu tidak dapat mengubah metadata beatmap yang telah dinominasikan. Mohon hubungi anggota BN atau NAT apabila kamu merasa terdapat kesalahan pada metadata beatmap ini.',
5959+ 'nominated' => 'Kamu tidak dapat mengubah metadata beatmap yang telah dinominasikan. Hubungi anggota BN atau NAT apabila kamu merasa metadata beatmap ini tidak diatur dengan benar.',
6060 ],
6161 ],
6262···8181 ],
82828383 'contest' => [
8484- 'judging_not_active' => '',
8484+ 'judging_not_active' => 'Penjurian kontes ini sedang tidak aktif.',
8585 'voting_over' => 'Anda tidak dapat mengubah pilihan Anda setelah periode pemungutan suara untuk kontes ini telah berakhir.',
86868787 'entry' => [
···173173 'score' => [
174174 'pin' => [
175175 'disabled_type' => "Tipe skor ini tidak dapat disematkan",
176176- 'failed' => "",
176176+ 'failed' => "Skor yang tidak pass tidak dapat disematkan.",
177177 'not_owner' => 'Hanya pemilik skor yang dapat menyematkan skor.',
178178 'too_many' => 'Skor yang disematkan sudah terlalu banyak.',
179179 ],
+2
resources/lang/id/beatmaps.php
···213213214214 'rank_estimate' => [
215215 '_' => 'Map ini akan berstatus Ranked pada :date apabila tidak terdapat masalah baru yang ditemukan. Map ini berada pada urutan ke-:position dalam :queue yang ada.',
216216+ 'unresolved_problems' => '',
217217+ 'problems' => '',
216218 'on' => 'pada :date',
217219 'queue' => 'antrian ranking',
218220 'soon' => 'segera',
+13-13
resources/lang/id/contest.php
···1414 ],
15151616 'judge' => [
1717- 'hide_judged' => '',
1818- 'nav_title' => '',
1919- 'no_current_vote' => '',
2020- 'update' => '',
1717+ 'hide_judged' => 'sembunyikan entri yang telah dinilai',
1818+ 'nav_title' => 'juri',
1919+ 'no_current_vote' => 'kamu belum memilih entri mana pun.',
2020+ 'update' => 'perbarui',
2121 'validation' => [
2222- 'missing_score' => '',
2323- 'contest_vote_judged' => '',
2222+ 'missing_score' => 'skor hilang',
2323+ 'contest_vote_judged' => 'tidak dapat memilih dalam kontes berjuri',
2424 ],
2525- 'voted' => '',
2525+ 'voted' => 'Kamu telah memberikan pilihan untuk entri ini.',
2626 ],
27272828 'judge_results' => [
2929- '_' => '',
3030- 'creator' => '',
3131- 'score' => '',
3232- 'total_score' => '',
2929+ '_' => 'Hasil penjurian',
3030+ 'creator' => 'pembuat',
3131+ 'score' => 'Skor',
3232+ 'total_score' => 'jumlah skor',
3333 ],
34343535 'voting' => [
3636- 'judge_link' => '',
3737- 'judged_notice' => '',
3636+ 'judge_link' => 'Kamu adalah juri pada kontes ini. Nilai entri yang masuk di sini!',
3737+ 'judged_notice' => 'Kontes ini menggunakan sistem penjurian, dan para juri saat ini sedang menilai entri yang masuk.',
3838 'login_required' => 'Silakan masuk untuk memberikan suara.',
3939 'over' => 'Pemungutan suara untuk kontes ini telah berakhir',
4040 'show_voted_only' => 'Tampilkan pilihan',
···1313 'headline' => 'Siaran Langsung',
1414 'description' => 'Data siaran langsung berikut diperbarui setiap lima menit sekali berdasarkan direktori twitch.tv yang tersedia. Jangan ragu untuk menyiarkan dirimu ke mata dunia! Untuk informasi lebih lanjut seputar cara menyiarkan osu! secara langsung, kunjungi :link.',
15151616- 'link' => 'laman wiki berikut',
1616+ 'link' => 'halaman wiki berikut',
1717 ],
1818];
···2222 ],
23232424 'notice' => [
2525- 'sent' => 'Periksa emailmu untuk menerima kode verifikasi.',
2525+ 'sent' => 'Periksa emailmu untuk memperoleh kode verifikasi.',
2626 'saved' => 'Kata sandi baru disimpan!',
2727 ],
2828
+11
resources/lang/id/score_tokens.php
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
+3-2
resources/lang/id/scores.php
···5566return [
77 'show' => [
88- 'non_preserved' => '',
88+ 'non_preserved' => 'Skor ini ditandai untuk dihapus dan akan menghilang dalam waktu dekat.',
99 'title' => ':username pada :title [:version]',
10101111 'beatmap' => [
···2626 'status' => [
2727 'non_best' => 'Hanya skor-skor terbaik yang memberikan pp',
2828 'non_passing' => 'Hanya skor pass yang memberikan pp',
2929- 'no_pp' => '',
2929+ 'no_pp' => 'pp tidak diberikan untuk skor ini',
3030 'processing' => 'Skor ini sedang diproses dan akan ditampilkan kemudian',
3131+ 'no_rank' => '',
3132 ],
3233];
+1-1
resources/lang/id/store.php
···8383 ],
8484 'processing' => [
8585 'title' => 'Pembayaranmu belum terkonfirmasi!',
8686- 'line_1' => 'Apabila kamu telah membayar sebelumnya, ada kemungkinan sistem kami masih menunggu konfirmasi atas pembayaranmu. Silakan muat ulang halaman ini dalam beberapa menit!',
8686+ 'line_1' => 'Apabila kamu telah membayar, ada kemungkinan sistem kami masih menunggu konfirmasi atas pembayaranmu. Silakan muat ulang halaman ini dalam beberapa menit!',
8787 'line_2' => [
8888 '_' => 'Apabila kamu menemui masalah dalam proses checkout, :link',
8989 'link_text' => 'klik di sini untuk melanjutkan proses checkout',
+2-2
resources/lang/id/tournament.php
···43434444 'state' => [
4545 'before_registration' => 'Pendaftaran untuk turnamen ini masih belum dibuka.',
4646- 'ended' => 'Turnamen ini telah berakhir. Mohon periksa laman informasi untuk hasil turnamen selengkapnya.',
4646+ 'ended' => 'Turnamen ini telah berakhir. Silakan kunjungi halaman informasi untuk hasil turnamen selengkapnya.',
4747 'registration_closed' => 'Pendaftaran untuk turnamen ini telah ditutup. Mohon periksa laman informasi untuk keterangan lebih lanjut.',
4848- 'running' => 'Turnamen ini sedang berlangsung. Mohon periksa laman informasi untuk keterangan lebih lanjut.',
4848+ 'running' => 'Turnamen ini sedang berlangsung. Silakan kunjungi halaman informasi untuk keterangan lebih lanjut.',
4949 ],
5050 ],
5151 'tournament_period' => ':start hingga :end',
+2-2
resources/lang/id/wiki.php
···1111 'missing_title' => 'Tidak Ditemukan',
1212 'missing_translation' => 'Laman yang diminta tidak ditemukan untuk bahasa yang saat ini dipilih.',
1313 'needs_cleanup_or_rewrite' => 'Laman ini tidak memenuhi standar osu! wiki dan perlu dirapikan atau ditulis ulang. Apabila kamu berkenan, mohon bantu kami untuk memperbarui artikel ini!',
1414- 'search' => 'Cari laman yang ada untuk :link.',
1414+ 'search' => 'Cari halaman yang ada untuk :link.',
1515 'stub' => 'Artikel ini merupakan artikel rintisan yang sedang menunggu untuk dikembangkan lebih lanjut.',
1616 'toc' => 'Konten',
1717···22222323 'translation' => [
2424 'legal' => 'Terjemahan ini diberikan semata-mata untuk memudahkan. :default dari artikel ini merupakan satu-satunya versi artikel yang mengikat secara hukum.',
2525- 'outdated' => 'Laman ini mengandung terjemahan yang telah kedaluwarsa dari artikel aslinya. Mohon periksa :default dari artikel ini untuk mendapatkan informasi yang paling akurat (dan apabila kamu berkenan, mohon bantu kami untuk memperbarui terjemahan ini)!',
2525+ 'outdated' => 'Halaman ini mengandung terjemahan yang telah kedaluwarsa dari artikel aslinya. Mohon periksa :default dari artikel ini untuk mendapatkan informasi yang paling akurat (dan apabila kamu berkenan, mohon bantu kami untuk memperbarui terjemahan ini)!',
26262727 'default' => 'Versi Bahasa Inggris',
2828 ],
+2-2
resources/lang/it/authorization.php
···8181 ],
82828383 'contest' => [
8484- 'judging_not_active' => '',
8484+ 'judging_not_active' => 'La valutazione per questo concorso non è attiva.',
8585 'voting_over' => 'Non puoi cambiare il tuo voto quando il periodo di votazione per questo contest è finito.',
86868787 'entry' => [
···173173 'score' => [
174174 'pin' => [
175175 'disabled_type' => "Impossibile fissare questo tipo di punteggio",
176176- 'failed' => "",
176176+ 'failed' => "Non puoi fissare un punteggio incompleto.",
177177 'not_owner' => 'Solo il proprietario del punteggio può fissarlo.',
178178 'too_many' => 'Hai già fissato troppi punteggi.',
179179 ],
+2
resources/lang/it/beatmaps.php
···213213214214 'rank_estimate' => [
215215 '_' => 'È stimato che questa mappa verrà classificata in data :date se non vengono trovati problemi. È in posizione #:position nella :queue.',
216216+ 'unresolved_problems' => '',
217217+ 'problems' => '',
216218 'on' => 'il giorno :date',
217219 'queue' => 'coda per la classifica',
218220 'soon' => 'molto vicina',
+14-14
resources/lang/it/contest.php
···1414 ],
15151616 'judge' => [
1717- 'hide_judged' => '',
1818- 'nav_title' => '',
1919- 'no_current_vote' => '',
2020- 'update' => '',
1717+ 'hide_judged' => 'nascondi le voci valutate',
1818+ 'nav_title' => 'giudice',
1919+ 'no_current_vote' => 'non hai ancora votato.',
2020+ 'update' => 'aggiorna',
2121 'validation' => [
2222- 'missing_score' => '',
2323- 'contest_vote_judged' => '',
2222+ 'missing_score' => 'punteggio mancante',
2323+ 'contest_vote_judged' => 'non puoi votare nei concorsi con valutazione',
2424 ],
2525- 'voted' => '',
2525+ 'voted' => 'Hai già presentato un voto per questa voce.',
2626 ],
27272828 'judge_results' => [
2929- '_' => '',
3030- 'creator' => '',
3131- 'score' => '',
3232- 'total_score' => '',
2929+ '_' => 'Risultati della valutazione',
3030+ 'creator' => 'autore',
3131+ 'score' => 'Punteggio',
3232+ 'total_score' => 'punteggio totale',
3333 ],
34343535 'voting' => [
3636- 'judge_link' => '',
3737- 'judged_notice' => '',
3636+ 'judge_link' => 'Sei un giudice di questo concorso. Valuta qui le iscrizioni!',
3737+ 'judged_notice' => 'Questo concorso sta utilizzando il sistema di valutazione, i giudici stanno attualmente analizzando le voci.',
3838 'login_required' => 'Effettua il login per poter votare.',
3939 'over' => 'Le votazioni per questo contest sono terminate',
4040 'show_voted_only' => 'Mostra votati',
···8989 ],
90909191 'dates' => [
9292- 'ended' => 'Terminato :date',
9292+ 'ended' => 'Terminato il giorno :date',
9393 'ended_no_date' => 'Terminato',
94949595 'starts' => [
+1-1
resources/lang/it/forum.php
···360360361361 'detail' => [
362362 'end_time' => 'Il sondaggio scade tra :time',
363363- 'ended' => 'Il sondaggio è finito :time',
363363+ 'ended' => 'Il sondaggio è finito il giorno :time',
364364 'results_hidden' => 'I risultati saranno mostrati dopo il termine della votazione.',
365365 'total' => 'Voti totali: :count',
366366 ],
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
+3-2
resources/lang/it/scores.php
···5566return [
77 'show' => [
88- 'non_preserved' => '',
88+ 'non_preserved' => 'Questo punteggio è contrassegnato per la cancellazione e scomparirà presto.',
99 'title' => ':username su :title [:version]',
10101111 'beatmap' => [
···2626 'status' => [
2727 'non_best' => 'Solo i punteggi migliori conferiscono pp',
2828 'non_passing' => 'Solo i punteggi passati conferiscono pp',
2929- 'no_pp' => '',
2929+ 'no_pp' => 'non viene assegnato pp per questo punteggio',
3030 'processing' => 'Questo punteggio dev\'essere ancora calcolato e verrà mostrato presto',
3131+ 'no_rank' => '',
3132 ],
3233];
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
···8181 ],
82828383 'contest' => [
8484- 'judging_not_active' => '',
8484+ 'judging_not_active' => '이 콘테스트의 심사는 아직 활성화되지 않았습니다.',
8585 'voting_over' => '투표 기간 이후에는 콘테스트가 끝날 때 까지 선택한 투표를 바꿀 수 없습니다.',
86868787 'entry' => [
···173173 'score' => [
174174 'pin' => [
175175 'disabled_type' => "이러한 유형의 점수는 고정할 수 없습니다",
176176- 'failed' => "",
176176+ 'failed' => "클리어 하지 못한 점수는 고정할 수 없습니다.",
177177 'not_owner' => '점수 소유자만 점수를 고정할 수 있습니다.',
178178 'too_many' => '너무 많은 점수를 고정했습니다.',
179179 ],
+2
resources/lang/ko/beatmaps.php
···213213214214 'rank_estimate' => [
215215 '_' => '이 맵에서 문제가 발견되지 않으면 :date Ranked 상태가 될 예정입니다. 현재 :queue의 #:position번째 순서입니다.',
216216+ 'unresolved_problems' => '',
217217+ 'problems' => '',
216218 'on' => ':date에',
217219 'queue' => '랭크 대기열',
218220 'soon' => '곧',
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
+1
resources/lang/lt/scores.php
···2828 'non_passing' => 'Tik įveikimų rezultatai duoda pp',
2929 'no_pp' => '',
3030 'processing' => 'Šis reultatas dar apskaičiuojamas ir netrukus bus parodytas',
3131+ 'no_rank' => '',
3132 ],
3233];
+4-4
resources/lang/lv-LV/accounts.php
···99 'username' => 'lietotājvārds',
10101111 'avatar' => [
1212- 'title' => 'Profila attēls',
1212+ 'title' => 'Avatārs',
1313 'rules' => 'Lūdzu, pārliecinieties, ka jūsu profila attēls atbilst :link.<br/>Tas nozīmē, ka attēlam jābūt <strong>piemērotam visiem vecumiem</strong>, t.i., bez kailuma, rupjībām vai ierosinoša satura.',
1414 'rules_link' => 'kopienas noteikumi',
1515 ],
···6363 ],
64646565 'github_user' => [
6666- 'info' => "",
6666+ 'info' => "Ja esat ieguldītājs osu! atvērtā koda repozitorijos, sasaistot savu GitHub kontu šeit un jūsu izmaiņu žurnāla ieraksti tiks saistīti ar jūsu osu! profilu. GitHub kontus, kuriem nav ieguldījumu vēstures osu!, nevar sasaistīt.",
6767 'link' => 'Pievienot GitHub kontu',
6868 'title' => 'GitHub',
6969 'unlink' => 'Atvienot GitHub kontu',
70707171 'error' => [
7272 'already_linked' => 'Šis GitHub konts jau ir pievienots citam lietotājam.',
7373- 'no_contribution' => '',
7474- 'unverified_email' => '',
7373+ 'no_contribution' => 'Nevar sasaistīt GitHub kontu bez jebkādas ieguldījumu vēstures osu! repozitorijos.',
7474+ 'unverified_email' => 'Lūdzu, apstriprinā savu primāro e-pasta adresi GitHub un pēc tam mēģiniet vēlreiz sasaistīt kontu.',
7575 ],
7676 ],
7777
+2
resources/lang/lv-LV/beatmaps.php
···213213214214 'rank_estimate' => [
215215 '_' => 'Tiek paredzēts, ka šī mape tiks ierindota :date, ja netiks konstatētas problēmas. Tā ir #:position :queue.',
216216+ 'unresolved_problems' => '',
217217+ 'problems' => '',
216218 'on' => ':date',
217219 'queue' => 'ierindošanas rinda',
218220 'soon' => 'drīz',
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
···213213214214 'rank_estimate' => [
215215 '_' => 'Deze map staat gepland om ranked te worden op :date als er geen problemen worden gevonden. Het is #:position in de :queue.',
216216+ 'unresolved_problems' => '',
217217+ 'problems' => '',
216218 'on' => 'op :date',
217219 'queue' => 'ranking wachtlijst',
218220 'soon' => 'binnenkort',
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
+1
resources/lang/nl/scores.php
···2828 'non_passing' => 'Alleen geslaagde scores leveren pp op',
2929 'no_pp' => '',
3030 'processing' => 'Deze score wordt nog berekend en zal zo dadelijk getoond worden',
3131+ 'no_rank' => '',
3132 ],
3233];
+12-12
resources/lang/no/accounts.php
···1919 'new_confirmation' => 'bekreft e-post',
2020 'title' => 'E-post',
2121 'locked' => [
2222- '_' => '',
2323- 'accounts' => '',
2222+ '_' => 'Vennligst kontakt :accounts dersom du trenger e-posten din oppdatert.',
2323+ 'accounts' => 'brukerstøtteteam',
2424 ],
2525 ],
2626···3838 ],
39394040 'profile' => [
4141- 'country' => '',
4141+ 'country' => 'land',
4242 'title' => 'Profil',
43434444 'country_change' => [
4545- '_' => "",
4646- 'update_link' => '',
4545+ '_' => "Det ser ut til at landet på kontoen din ikke samsvarer med landet du bor i. :update_link.",
4646+ 'update_link' => 'Oppdater til :country',
4747 ],
48484949 'user' => [
···6363 ],
64646565 'github_user' => [
6666- 'info' => "",
6767- 'link' => '',
6868- 'title' => '',
6969- 'unlink' => '',
6666+ 'info' => "Hvis du er en bidragsyter til osu!s åpne kildekode, kan du knytte endringene dine med osu! profilen ved å koble til GitHub-kontoen din her. GitHub-kontoer uten bidragshistorikk til osu! kan ikke bli koblet til.",
6767+ 'link' => 'Koble til GitHub-konto',
6868+ 'title' => 'GitHub',
6969+ 'unlink' => 'Koble fra GitHub-konto',
70707171 'error' => [
7272- 'already_linked' => '',
7373- 'no_contribution' => '',
7474- 'unverified_email' => '',
7272+ 'already_linked' => 'Denne GitHub-kontoen er allerede koblet til en annen bruker.',
7373+ 'no_contribution' => 'Kan ikke koble GitHub-konto uten bidragshistorikk i osu! kildekode.',
7474+ 'unverified_email' => 'Vennligst bekreft din primære e-postadresse på GitHub, og så prøv å koble til kontoen på nytt.',
7575 ],
7676 ],
7777
+2-2
resources/lang/no/api.php
···1717 'identify' => 'Identifiser deg selv og les din offentlige profil.',
18181919 'chat' => [
2020- 'read' => '',
2020+ 'read' => 'Les meldinger på dine vegne.',
2121 'write' => 'Send meldinger på dine vegne.',
2222- 'write_manage' => '',
2222+ 'write_manage' => 'Bli med og forlat kanaler på dine vegne.',
2323 ],
24242525 'forum' => [
+3-3
resources/lang/no/authorization.php
···8181 ],
82828383 'contest' => [
8484- 'judging_not_active' => '',
8484+ 'judging_not_active' => 'Dømming for denne konkurransen er ikke aktiv.',
8585 'voting_over' => 'Du kan ikke endre stemmen din etter den stemmeberettigede perioden for denne konkurransen har avsluttet.',
86868787 'entry' => [
···173173 'score' => [
174174 'pin' => [
175175 'disabled_type' => "Kan ikke feste denne typen score",
176176- 'failed' => "",
176176+ 'failed' => "Kan ikke feste ikke-bestått score.",
177177 'not_owner' => 'Kun resultateieren kan festeresultat.',
178178 'too_many' => 'Festet for mange resultater.',
179179 ],
···188188 ],
189189 ],
190190 'update_email' => [
191191- 'locked' => '',
191191+ 'locked' => 'e-postadressen er låst',
192192 ],
193193 ],
194194];
···7979 ],
80808181 'message_type_title' => [
8282- 'disqualify' => '',
8383- 'hype' => '',
8484- 'mapper_note' => '',
8585- 'nomination_reset' => '',
8686- 'praise' => '',
8787- 'problem' => '',
8888- 'problem_warning' => '',
8989- 'review' => '',
9090- 'suggestion' => '',
8282+ 'disqualify' => 'Legg ut Diskvalifikasjon',
8383+ 'hype' => 'Legg ut Hype!',
8484+ 'mapper_note' => 'Legg ut Notat',
8585+ 'nomination_reset' => 'Fjern alle Nominasjoner',
8686+ 'praise' => 'Legg ut Ros',
8787+ 'problem' => 'Legg ut Problem',
8888+ 'problem_warning' => 'Legg ut Problem',
8989+ 'review' => 'Legg ut Anmeldelse',
9090+ 'suggestion' => 'Legg ut Forslag',
9191 ],
92929393 'mode' => [
···188188189189 'nominations' => [
190190 'already_nominated' => 'Du har allerede nominert dette beatmappet.',
191191- 'cannot_nominate' => '',
191191+ 'cannot_nominate' => 'Du kan ikke nominere beatmaps i denne spillmodusen.',
192192 'delete' => 'Slett',
193193 'delete_own_confirm' => 'Er du sikker? Beatmappet vil bli slettet og du vil bli omdirigert tilbake til profilen din.',
194194 'delete_other_confirm' => 'Er du sikker? Beatmappet vil bli slettet og du vil bli omdirigert tilbake til brukeren sin profil.',
···213213214214 'rank_estimate' => [
215215 '_' => 'Dette kartet er estimert til å bli rangert som :date hvis ingen problemer er funnet. Det er #:position i :queue.',
216216+ 'unresolved_problems' => '',
217217+ 'problems' => '',
216218 'on' => 'den :date',
217219 'queue' => 'rangerings kø ',
218220 'soon' => 'snart',
+3-3
resources/lang/no/beatmapsets.php
···4040 ],
41414242 'nominate' => [
4343- 'hybrid_requires_modes' => '',
4343+ 'hybrid_requires_modes' => 'Et hybrid beatmap krever at du velger minst en spillmodus å nominere for.',
4444 'incorrect_mode' => 'Du har ikke tillatelse til å nominere for modus: :mode',
4545- 'full_bn_required' => '',
4545+ 'full_bn_required' => 'Du må være en full nominator for å kunne utføre denne kvalifiserende nominasjonen.',
4646 'too_many' => 'Nominasjonskravet er allerede oppfylt.',
47474848 'dialog' => [
···6161 'discussion' => 'Diskusjon',
62626363 'admin' => [
6464- 'full_size_cover' => '',
6464+ 'full_size_cover' => 'Vis omslagsbilde i full størrelse',
6565 ],
66666767 'deleted_banner' => [
···3737 'username' => 'Skriv inn e-postadresse eller brukernavn',
38383939 'reason' => [
4040- 'inactive_different_country' => "",
4040+ 'inactive_different_country' => "Brukeren din har ikke blitt brukt på en lang tid. For å sikre kontoen din, vennligst tilbakestill passordet ditt.",
4141 ],
4242 'support' => [
4343 '_' => 'Trenger du mer hjelp? Kontakt oss via vårt :button.',
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
+3-2
resources/lang/no/scores.php
···5566return [
77 'show' => [
88- 'non_preserved' => '',
88+ 'non_preserved' => 'Denne scoren er markert for sletting og vil forsvinne snart.',
99 'title' => ':username på :title [:version]',
10101111 'beatmap' => [
···2626 'status' => [
2727 'non_best' => 'Kun personlige rekorder tilldeler pp',
2828 'non_passing' => 'Kun gjenomførte kart tilldeler pp',
2929- 'no_pp' => '',
2929+ 'no_pp' => 'pp er ikke tildelt for denne scoren',
3030 'processing' => 'Denne scoren blir fremdeles beregnet og vil vises snart',
3131+ 'no_rank' => '',
3132 ],
3233];
+36-36
resources/lang/no/store.php
···66return [
77 'cart' => [
88 'checkout' => 'Gå til kassen',
99- 'empty_cart' => '',
99+ 'empty_cart' => 'Fjern alle varer fra handlevognen',
1010 'info' => ':count_delimited ting i kurven ($:subtotal)|:count_delimited items i vogn ($:subtotal)',
1111 'more_goodies' => 'Jeg vil se på flere produkter før jeg fullfører bestillingen',
1212 'shipping_fees' => 'fraktkostnader',
···4949 ],
50505151 'discount' => 'spar :percent%',
5252- 'free' => '',
5252+ 'free' => 'gratis!',
53535454 'invoice' => [
5555- 'contact' => '',
5656- 'date' => '',
5555+ 'contact' => 'Kontakt:',
5656+ 'date' => 'Dato:',
5757 'echeck_delay' => 'Ettersom betalingen din var en eCheck, vennligst tillatt opp til 10 ekstra dager for at betalingen skal kunne komme gjennom PayPal!',
5858 'hide_from_activity' => 'osu!supporter tag i denne bestillingen vises ikke i dine nylige aktiviteter.',
5959- 'sent_via' => '',
6060- 'shipping_to' => '',
6161- 'title' => '',
5959+ 'sent_via' => 'Sendt Via:',
6060+ 'shipping_to' => 'Frakt til:',
6161+ 'title' => 'Faktura',
6262 'title_compact' => 'faktura',
63636464 'status' => [
6565 'cancelled' => [
6666- 'title' => '',
6666+ 'title' => 'Bestillingen din er kansellert',
6767 'line_1' => [
6868- '_' => "",
6969- 'link_text' => '',
6868+ '_' => "Hvis du ikke forespurte en kansellering, vennligst kontakt :link med ordrenummeret ditt (#:order_number).",
6969+ 'link_text' => 'osu!store støtte',
7070 ],
7171 ],
7272 'delivered' => [
7373- 'title' => '',
7373+ 'title' => 'Bestillingen din har blitt levert! Vi håper du liker den!',
7474 'line_1' => [
7575- '_' => '',
7676- 'link_text' => '',
7575+ '_' => 'Hvis du har problemer med kjøpet, vennligst kontakt :link.',
7676+ 'link_text' => 'osu!store støtte',
7777 ],
7878 ],
7979 'prepared' => [
8080- 'title' => '',
8181- 'line_1' => '',
8282- 'line_2' => '',
8080+ 'title' => 'Bestillingen din behandles for øyeblikket!',
8181+ 'line_1' => 'Vennligst vent litt lenger på frakt. Sporingsinformasjon vises her når bestillingen er behandlet og sendt. Dette kan ta opptil 5 dager (men vanligvis mindre!) avhengig av hvor opptatt vi er.',
8282+ 'line_2' => 'Vi sender alle bestillinger fra Japan med ulike frakttjenester ut ifra vekt og verdi. Denne siden vil oppdateres med detaljer når vi har sendt bestillingen.',
8383 ],
8484 'processing' => [
8585 'title' => 'Din betaling har enda ikke blitt bekreftet!',
···9090 ],
9191 ],
9292 'shipped' => [
9393- 'title' => '',
9494- 'tracking_details' => '',
9393+ 'title' => 'Bestillingen din har blitt sendt!',
9494+ 'tracking_details' => 'Sporingsdetaljer følger:',
9595 'no_tracking_details' => [
9696- '_' => "",
9797- 'link_text' => '',
9696+ '_' => "Vi har ikke sporingsdetaljer da vi sendte pakken din via Air Mail, men du kan forvente å motta pakken i løpet av 1-3 uker. For Europa kan toll noen ganger forsinke bestillingen utenfor vår kontroll. Hvis du har noen bekymringer, vennligst svar på ordrebekreftelsen du mottok på e-post (eller på :link).",
9797+ 'link_text' => 'send oss en e-post',
9898 ],
9999 ],
100100 ],
···108108 'no_orders' => 'Ingen bestillinger å vise.',
109109 'paid_on' => 'Bestilling plassert den :date',
110110 'resume' => 'Tilbake til kassen',
111111- 'shipping_and_handling' => '',
111111+ 'shipping_and_handling' => 'Frakt & Håndtering',
112112 'shopify_expired' => 'Utsjekkingslenken for denne bestillingen er utløpt.',
113113- 'subtotal' => '',
114114- 'total' => '',
113113+ 'subtotal' => 'Delsum',
114114+ 'total' => 'Sum',
115115116116 'details' => [
117117- 'order_number' => '',
118118- 'payment_terms' => '',
119119- 'salesperson' => '',
120120- 'shipping_method' => '',
121121- 'shipping_terms' => '',
122122- 'title' => '',
117117+ 'order_number' => 'Ordre #',
118118+ 'payment_terms' => 'Betalingsbetingelser',
119119+ 'salesperson' => 'Salgsperson',
120120+ 'shipping_method' => 'Fraktmetode',
121121+ 'shipping_terms' => 'Fraktbetingelser',
122122+ 'title' => 'Ordre Detaljer',
123123 ],
124124125125 'item' => [
···151151 'paid' => 'Betalt',
152152 'processing' => 'Avventer bekreftelse',
153153 'shipped' => 'På vei',
154154- 'title' => '',
154154+ 'title' => 'Ordre Status',
155155 ],
156156157157 'thanks' => [
158158- 'title' => '',
158158+ 'title' => 'Takk for bestillingen din!',
159159 'line_1' => [
160160- '_' => '',
161161- 'link_text' => '',
160160+ '_' => 'Du vil snart motta en bekreftelse på e-post. Hvis du har noen henvendelser, vennligst :link!',
161161+ 'link_text' => 'kontakt oss',
162162 ],
163163 ],
164164 ],
···193193 'username_change' => [
194194 'check' => 'Oppgi et brukernavn for å sjekke om det er tilgjengelig!',
195195 'checking' => 'Sjekker om :username er tilgjengelig...',
196196- 'placeholder' => '',
197197- 'label' => '',
198198- 'current' => '',
196196+ 'placeholder' => 'Forespurt Brukernavn',
197197+ 'label' => 'Nytt Brukernavn',
198198+ 'current' => 'Ditt nåværende brukernavn er ":username".',
199199200200 'require_login' => [
201201 '_' => 'For å endre navnet ditt, må du være :link!',
+4-4
resources/lang/no/tournament.php
···5566return [
77 'index' => [
88- 'none_running' => 'Det er ingen turneringer som pågår for øyeblikket, vennligst sjekk tilbake senere!',
88+ 'none_running' => 'Det er ingen turneringer som pågår for øyeblikket, vennligst sjekk igjen senere!',
99 'registration_period' => 'Registrering: :start til :end',
10101111 'header' => [
···24242525 'show' => [
2626 'banner' => 'Støtt laget ditt',
2727- 'entered' => 'Du er registret for denne turneringen.<br><br>Merk at dette betyr <b>ikke</b> at du har blitt tildelt et lag.<br><br>Videre instruksjoner vil bli sendt til deg via e-post når vi nærmer oss starten på turneringen, så vennligst kontroller at osu! e-mailen din er gyldig!',
2727+ 'entered' => 'Du er registrert for denne turneringen.<br><br>Merk at dette betyr <b>ikke</b> at du har blitt tildelt et lag.<br><br>Videre instruksjoner vil bli sendt til deg via e-post når vi nærmer oss starten på turneringen, så vennligst kontroller at osu! e-mailen din er gyldig!',
2828 'info_page' => 'Informasjonsside',
2929 'login_to_register' => 'Vennligst :login for å se registreringsdetaljene!',
3030- 'not_yet_entered' => 'Du er ikke registret for denne turneringen.',
3030+ 'not_yet_entered' => 'Du er ikke registrert for denne turneringen.',
3131 'rank_too_low' => 'Beklager, men du møter ikke rangeringskravene for denne turneringen!',
3232 'registration_ends' => 'Registreringer lukkes på den :date',
3333···43434444 'state' => [
4545 'before_registration' => 'Registrering for denne turneringen har enda ikke åpnet.',
4646- 'ended' => 'Denne turneringen har konkludert. Sjekk informasjonssiden for resultater.',
4646+ 'ended' => 'Denne turneringen har konkludert. Sjekk informasjonssiden for resultatene.',
4747 'registration_closed' => 'Registreringen for denne turneringen er lukket. Sjekk informasjonssiden for de siste oppdateringene.',
4848 'running' => 'Denne turneringen pågår. Sjekk informasjonssiden for flere detaljer.',
4949 ],
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
+2-1
resources/lang/pl/scores.php
···5566return [
77 'show' => [
88- 'non_preserved' => '',
88+ 'non_preserved' => 'Ten wynik jest oznaczony do usunięcia i wkrótce zniknie.',
99 'title' => 'wynik gracza :username na :title [:version]',
10101111 'beatmap' => [
···2828 'non_passing' => 'Tylko zagrania niezakończone porażką przyznają pp',
2929 'no_pp' => '',
3030 'processing' => 'Ten wynik jest nadal obliczany i zostanie wyświetlony wkrótce.',
3131+ 'no_rank' => '',
3132 ],
3233];
+2
resources/lang/pt-br/beatmaps.php
···213213214214 'rank_estimate' => [
215215 '_' => 'Este mapa é estimado a ser ranqueado em :date se nenhum problema for encontrado. É o #:position na :queue.',
216216+ 'unresolved_problems' => '',
217217+ 'problems' => '',
216218 'on' => 'em :date',
217219 'queue' => 'fila de ranqueamento',
218220 'soon' => 'em breve',
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
+1
resources/lang/pt-br/scores.php
···2828 'non_passing' => 'Apenas pontuações bem sucedidas dão pp',
2929 'no_pp' => '',
3030 'processing' => 'Esta pontuação ainda está sendo calculada e será exibida em breve',
3131+ 'no_rank' => '',
3132 ],
3233];
+2-2
resources/lang/pt/authorization.php
···8181 ],
82828383 'contest' => [
8484- 'judging_not_active' => '',
8484+ 'judging_not_active' => 'A apreciação deste concurso não está ativa.',
8585 'voting_over' => 'Não podes mudar o teu voto depois do período de votação deste concurso ter terminado.',
86868787 'entry' => [
···173173 'score' => [
174174 'pin' => [
175175 'disabled_type' => "Não é possível afixar este tipo de pontuação",
176176- 'failed' => "",
176176+ 'failed' => "Não é possível afixar uma pontuação reprovada.",
177177 'not_owner' => 'Só o dono da pontuação é que a pode fixar.',
178178 'too_many' => 'Afixaste demasiadas pontuações.',
179179 ],
+2
resources/lang/pt/beatmaps.php
···214214215215 'rank_estimate' => [
216216 '_' => 'Este mapa está estimado a ser classificado em :date se não forem descobertos quaisquer problemas. Está em #:position na :queue.',
217217+ 'unresolved_problems' => '',
218218+ 'problems' => '',
217219 'on' => 'em :date',
218220 'queue' => 'fila de classificação',
219221 'soon' => 'em breve',
···8080 'action_lazer_title' => 'experimenta osu!(lazer)',
8181 'action_title' => 'descarregar o osu!',
8282 'for_os' => 'para :os',
8383- 'lazer_note' => 'nota: as redefinições da tabela de liderança aplicam-se',
8483 'macos-fallback' => 'utilizadores de macOS',
8584 'mirror' => 'link alternativo',
8685 'or' => 'ou',
+11
resources/lang/pt/score_tokens.php
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
+2-1
resources/lang/pt/scores.php
···5566return [
77 'show' => [
88- 'non_preserved' => '',
88+ 'non_preserved' => 'Esta pontuação foi assinalada para ser eliminada e desaparecerá em breve.',
99 'title' => ':username em :title [:version]',
10101111 'beatmap' => [
···2828 'non_passing' => 'Apenas as pontuações aprovadas recompensam pp',
2929 'no_pp' => '',
3030 'processing' => 'Esta pontuação ainda está a ser calculada e será exibida em breve',
3131+ 'no_rank' => '',
3132 ],
3233];
+2-2
resources/lang/ro/authorization.php
···8181 ],
82828383 'contest' => [
8484- 'judging_not_active' => '',
8484+ 'judging_not_active' => 'Evaluarea pentru acest concurs nu este în desfășurare.',
8585 'voting_over' => 'Nu îți poți schimba votul după ce perioada de vot pentru această competiție s-a încheiat.',
86868787 'entry' => [
···173173 'score' => [
174174 'pin' => [
175175 'disabled_type' => "Nu se poate fixa acest tip de scor",
176176- 'failed' => "",
176176+ 'failed' => "Nu se pot fixa scoruri eșuate",
177177 'not_owner' => 'Numai creatorul scorului poate fixa acest scor.',
178178 'too_many' => 'Ai fixat prea multe scoruri.',
179179 ],
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
+3-2
resources/lang/ro/scores.php
···5566return [
77 'show' => [
88- 'non_preserved' => '',
88+ 'non_preserved' => 'Acest scor este marcat pentru ștergere și va dispărea în curând.',
99 'title' => ':username pe :title [:version]',
10101111 'beatmap' => [
···2626 'status' => [
2727 'non_best' => 'Doar cele mai bune scoruri acordă pp',
2828 'non_passing' => 'Doar scorurile aprobate acordă pp',
2929- 'no_pp' => '',
2929+ 'no_pp' => 'pp nu este acordat pentru acest scor',
3030 'processing' => 'Acest scor este încă în calculare și va fi afișat în curând',
3131+ 'no_rank' => '',
3132 ],
3233];
+2-2
resources/lang/ru/authorization.php
···8181 ],
82828383 'contest' => [
8484- 'judging_not_active' => '',
8484+ 'judging_not_active' => 'Судейство этого конкурса пока ещё не доступно.',
8585 'voting_over' => 'Вы не можете изменить свой голос после окончания периода голосования.',
86868787 'entry' => [
···173173 'score' => [
174174 'pin' => [
175175 'disabled_type' => "Этот вид рекорда закрепить нельзя",
176176- 'failed' => "",
176176+ 'failed' => "Этот рекорд закрепить нельзя.",
177177 'not_owner' => 'Только владелец рекорда может его закрепить.',
178178 'too_many' => 'Закреплено слишком много рекордов.',
179179 ],
+2
resources/lang/ru/beatmaps.php
···213213214214 'rank_estimate' => [
215215 '_' => 'Эта карта станет рейтинговой :date, если не будет найдено проблем. Она #:position в :queue.',
216216+ 'unresolved_problems' => '',
217217+ 'problems' => '',
216218 'on' => ':date',
217219 'queue' => 'очереди ранка',
218220 'soon' => 'скоро',
+14-14
resources/lang/ru/contest.php
···1414 ],
15151616 'judge' => [
1717- 'hide_judged' => '',
1818- 'nav_title' => '',
1919- 'no_current_vote' => '',
2020- 'update' => '',
1717+ 'hide_judged' => 'скрыть оценённые заявки',
1818+ 'nav_title' => 'судья',
1919+ 'no_current_vote' => 'вы пока ещё не проголосовали.',
2020+ 'update' => 'сохранить',
2121 'validation' => [
2222- 'missing_score' => '',
2323- 'contest_vote_judged' => '',
2222+ 'missing_score' => 'балл отсутствует',
2323+ 'contest_vote_judged' => 'нельзя проголосовать в конкурсе, который вы судили',
2424 ],
2525- 'voted' => '',
2525+ 'voted' => 'Вы уже выставили баллы за эту заявку.',
2626 ],
27272828 'judge_results' => [
2929- '_' => '',
3030- 'creator' => '',
3131- 'score' => '',
3232- 'total_score' => '',
2929+ '_' => 'Результаты судейства',
3030+ 'creator' => 'создатель',
3131+ 'score' => 'Баллы',
3232+ 'total_score' => 'суммарный балл',
3333 ],
34343535 'voting' => [
3636- 'judge_link' => '',
3737- 'judged_notice' => '',
3636+ 'judge_link' => 'Вы — судья этого конкурса. Нажмите сюда, чтобы начать оценивать заявки!',
3737+ 'judged_notice' => 'Этот конкурс использует систему судейства, на данный момент судьи оценивают заявки.',
3838 'login_required' => 'Пожалуйста, войдите в аккаунт, чтобы проголосовать.',
3939 'over' => 'Голосование окончено',
4040 'show_voted_only' => 'Показать проголосованные',
41414242 'best_of' => [
4343- 'none_played' => "Не похоже, что Вы играли в какие-либо из карт, что квалифицированы для этого конкурса!",
4343+ 'none_played' => "Не похоже, что вы сыграли карты, что квалифицированы для этого конкурса!",
4444 ],
45454646 'button' => [
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
+3-2
resources/lang/ru/scores.php
···5566return [
77 'show' => [
88- 'non_preserved' => '',
88+ 'non_preserved' => 'Этот рекорд был номинирован на удаление и поэтому скоро исчезнет.',
99 'title' => ':username на :title [:version]',
10101111 'beatmap' => [
···2626 'status' => [
2727 'non_best' => 'Только лучшие рекорды приносят pp',
2828 'non_passing' => 'Только проверенные рекорды приносят pp',
2929- 'no_pp' => '',
2929+ 'no_pp' => 'За этот рекорд нельзя получить pp',
3030 'processing' => 'Этот рекорд все ещё подсчитывается и будет отображен позже',
3131+ 'no_rank' => '',
3132 ],
3233];
+1-1
resources/lang/ru/users.php
···390390 'account_standing' => [
391391 'title' => 'Нарушения',
392392 'bad_standing' => "С аккаунтом :username не всё хорошо :(",
393393- 'remaining_silence' => ':username сможет общаться снова через :duration.',
393393+ 'remaining_silence' => ':username снова сможет общаться :duration.',
394394395395 'recent_infringements' => [
396396 'title' => 'Недавние',
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
···213213214214 'rank_estimate' => [
215215 '_' => 'Táto mapa je predpokladaná k hodnotení :date, pokud sa nenájdu žiadne chyby. Mapa je momentálne v pozícii číslo :position ve fronte :queue.',
216216+ 'unresolved_problems' => '',
217217+ 'problems' => '',
216218 'on' => 'dňa :date',
217219 'queue' => 'fronta hodnotení ',
218220 'soon' => 'neskôr ',
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
···213213214214 'rank_estimate' => [
215215 '_' => 'Ta beatmapa bo približno rankirana :date če ne bo najdenih težav. Trenutno je #:position v :queue.',
216216+ 'unresolved_problems' => '',
217217+ 'problems' => '',
216218 'on' => 'na :date',
217219 'queue' => 'čakalna vrsta rankiranja',
218220 'soon' => 'kmalu',
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
+1
resources/lang/sl/scores.php
···2828 'non_passing' => 'Samo uspešni rezultati se nagrajujejo s pp',
2929 'no_pp' => '',
3030 'processing' => 'Ta rezultat se še preračunava in bo prikazan kmalu ',
3131+ 'no_rank' => '',
3132 ],
3233];
+2
resources/lang/sr/beatmaps.php
···213213214214 'rank_estimate' => [
215215 '_' => 'Процењује се да ће мапа бити померена у рангирану секцију :date ако се не пронађу проблеми. Мапа је тренутно #:position у :queue.',
216216+ 'unresolved_problems' => '',
217217+ 'problems' => '',
216218 'on' => ':date',
217219 'queue' => 'ред за рангинг секцију',
218220 'soon' => 'ускоро',
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
+1
resources/lang/sr/scores.php
···2828 'non_passing' => 'Само пролазећи резултати награђују pp',
2929 'no_pp' => '',
3030 'processing' => 'Овај резултат се и даље рачуна и биће приказан ускоро',
3131+ 'no_rank' => '',
3132 ],
3233];
+2
resources/lang/sv/beatmaps.php
···213213214214 'rank_estimate' => [
215215 '_' => 'Denna beatmap uppskattas vara rankad :date, så länge inga fel uppstår. Den är #:position i :queue.',
216216+ 'unresolved_problems' => '',
217217+ 'problems' => '',
216218 'on' => 'den :date',
217219 'queue' => 'rankkö',
218220 'soon' => 'snart',
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
+1
resources/lang/sv/scores.php
···2828 'non_passing' => 'Endast godkända poäng ger pp',
2929 'no_pp' => '',
3030 'processing' => 'Poängsiffran räknas ännu ut och kommer snart att visas',
3131+ 'no_rank' => '',
3132 ],
3233];
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
+1
resources/lang/tr/scores.php
···2828 'non_passing' => 'Yalnızca geçilen en iyi skorlar pp kazandırır',
2929 'no_pp' => '',
3030 'processing' => 'Bu skor halen daha hesaplanıyor ve çok yakında gösterilecek',
3131+ 'no_rank' => '',
3132 ],
3233];
+2-2
resources/lang/uk/authorization.php
···8181 ],
82828383 'contest' => [
8484- 'judging_not_active' => '',
8484+ 'judging_not_active' => 'Суддівство для цього конкурсу не активно.',
8585 'voting_over' => 'Ви не можете змінити свій вибір після завершення періоду голосування.',
86868787 'entry' => [
···173173 'score' => [
174174 'pin' => [
175175 'disabled_type' => "Неможливо закріпити цей тип рекорду",
176176- 'failed' => "",
176176+ 'failed' => "Не можна закріпити цей результат.",
177177 'not_owner' => 'Лише власник результату може його закріпити.',
178178 'too_many' => 'Закріплено надто багато результатів.',
179179 ],
+2
resources/lang/uk/beatmaps.php
···213213214214 'rank_estimate' => [
215215 '_' => 'Ця мапа стане рейтинговою :date, якщо ніяких проблем не буде знайдено. Вона #:position в :queue.',
216216+ 'unresolved_problems' => '',
217217+ 'problems' => '',
216218 'on' => 'з :date',
217219 'queue' => 'черзі на рейтинг',
218220 'soon' => 'дуже скоро',
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
+3-2
resources/lang/uk/scores.php
···5566return [
77 'show' => [
88- 'non_preserved' => '',
88+ 'non_preserved' => 'Цей результат відмічено для видалення і скоро зникне.',
99 'title' => ':username з :title [:version]',
10101111 'beatmap' => [
···2626 'status' => [
2727 'non_best' => 'Лише персональні рекорди приносять pp',
2828 'non_passing' => 'Лише перевірені рекорди приносять pp',
2929- 'no_pp' => '',
2929+ 'no_pp' => 'За цей результат не можна отримати pp',
3030 'processing' => 'Цей рекорд все ще обчислюється й незабаром буде відображений',
3131+ 'no_rank' => '',
3132 ],
3233];
+2-2
resources/lang/vi/authorization.php
···8181 ],
82828383 'contest' => [
8484- 'judging_not_active' => '',
8484+ 'judging_not_active' => 'Phần đánh giá cho cuộc thi này không hoạt động.',
8585 'voting_over' => 'Bạn không thể đổi phiếu bầu sau khi giai đoạn bầu chọn của cuộc thi này kết thúc.',
86868787 'entry' => [
···173173 'score' => [
174174 'pin' => [
175175 'disabled_type' => "Không thể ghim điểm này",
176176- 'failed' => "",
176176+ 'failed' => "Không thể ghim điểm cá nhân chưa hoàn thành.",
177177 'not_owner' => 'Chỉ có người sở hữu có thể ghim điểm.',
178178 'too_many' => 'Ghim quá nhiều điểm.',
179179 ],
+2
resources/lang/vi/beatmaps.php
···213213214214 'rank_estimate' => [
215215 '_' => 'Map này ước tính sẽ được Xếp Hạng :date nếu không tìm ra lỗi nào. Nó đang ở #:position trong :queue.',
216216+ 'unresolved_problems' => '',
217217+ 'problems' => '',
216218 'on' => 'vào ngày :date',
217219 'queue' => 'hàng chờ xếp hạng',
218220 'soon' => 'sớm',
+13-13
resources/lang/vi/contest.php
···1414 ],
15151616 'judge' => [
1717- 'hide_judged' => '',
1818- 'nav_title' => '',
1919- 'no_current_vote' => '',
2020- 'update' => '',
1717+ 'hide_judged' => 'ẩn các bài thi đã được đánh giá',
1818+ 'nav_title' => 'đánh giá',
1919+ 'no_current_vote' => 'bạn vẫn chưa bầu chọn.',
2020+ 'update' => 'cập nhật',
2121 'validation' => [
2222- 'missing_score' => '',
2323- 'contest_vote_judged' => '',
2222+ 'missing_score' => 'chưa có điểm',
2323+ 'contest_vote_judged' => 'không thể bầu chọn trong các cuộc thi được đánh giá',
2424 ],
2525- 'voted' => '',
2525+ 'voted' => 'Bạn đã bình chọn cho bài dự thi này.',
2626 ],
27272828 'judge_results' => [
2929- '_' => '',
3030- 'creator' => '',
3131- 'score' => '',
3232- 'total_score' => '',
2929+ '_' => 'Kết quả đánh giá',
3030+ 'creator' => 'tác giả',
3131+ 'score' => 'Điểm',
3232+ 'total_score' => 'tổng điểm',
3333 ],
34343535 'voting' => [
3636- 'judge_link' => '',
3737- 'judged_notice' => '',
3636+ 'judge_link' => 'Bạn là giám khảo của cuộc thi này. Đánh giá các bài thi ở đây!',
3737+ 'judged_notice' => 'Cuộc thi này sử dụng hệ thống đánh giá, các giám khảo đang xử lý các bài thi.',
3838 'login_required' => 'Hãy đăng nhập để bình chọn.',
3939 'over' => 'Cuộc bình chọn cho cuộc thi này đã kết thúc',
4040 'show_voted_only' => 'Hiện bài đã bình chọn',
-1
resources/lang/vi/home.php
···8080 'action_lazer_title' => 'thử osu!(lazer)',
8181 'action_title' => 'tải xuống osu!',
8282 'for_os' => 'dành cho :os',
8383- 'lazer_note' => 'ghi chú: bảng xêp hạng có thể được đặt lại',
8483 'macos-fallback' => 'người dùng macOS',
8584 'mirror' => 'liên kết phụ',
8685 'or' => 'hoặc',
+4-4
resources/lang/vi/layout.php
···5566return [
77 'audio' => [
88- 'autoplay' => 'Chơi bản nhạc tiếp theo tự động',
88+ 'autoplay' => 'Tự động phát bài tiếp theo',
99 ],
10101111 'defaults' => [
···7878 'getAbuse' => 'báo cáo lạm dụng',
7979 'getFaq' => 'faq',
8080 'getRules' => 'quy tắc',
8181- 'getSupport' => 'không, thật đó, tôi cần giúp đỡ!',
8181+ 'getSupport' => 'không, thật sự, tôi cần giúp đỡ!',
8282 ],
8383 'home' => [
8484 '_' => 'trang chủ',
···196196 'account-edit' => 'Cài Đặt',
197197 'follows' => 'Danh sách theo dõi',
198198 'friends' => 'Bạn bè',
199199- 'legacy_score_only_toggle' => '',
200200- 'legacy_score_only_toggle_tooltip' => '',
199199+ 'legacy_score_only_toggle' => 'Chế độ lazer',
200200+ 'legacy_score_only_toggle_tooltip' => 'Chế độ lazer hiển thị các điểm cá nhân từ lazer cùng thuật toán tính điểm mới',
201201 'logout' => 'Đăng Xuất',
202202 'profile' => 'Trang Cá Nhân',
203203 ],
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
+3-2
resources/lang/vi/scores.php
···5566return [
77 'show' => [
88- 'non_preserved' => '',
88+ 'non_preserved' => 'Điểm này đã được đánh dấu xóa và sẽ sớm biến mất.',
99 'title' => ':username chơi :title [:version]',
10101111 'beatmap' => [
···2626 'status' => [
2727 'non_best' => 'Chỉ điểm cá nhân tốt nhất thưởng pp',
2828 'non_passing' => 'Chỉ điểm cá nhân tốt nhất thưởng pp',
2929- 'no_pp' => '',
2929+ 'no_pp' => 'không được thưởng pp cho điểm cá nhân này',
3030 'processing' => 'Điểm vẫn đang được tính toán và sẽ được hiển thị sớm',
3131+ 'no_rank' => '',
3132 ],
3233];
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
···11+<?php
22+33+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
44+// See the LICENCE file in the repository root for full licence text.
55+66+return [
77+ 'create' => [
88+ 'beatmap_hash_invalid' => '',
99+ 'submission_disabled' => '',
1010+ ],
1111+];
···124124v2 | current
125125v1 | _legacy api provided by the old site, will be deprecated soon_
126126127127+### API Response Version
128128+129129+Sometimes, an API response need to be updated in non-backward compatible ways. In such cases, the `x-api-version` header is used to determine which version of the response will be returned.
130130+131131+Version 0 is assumed when the header is omitted.
132132+133133+Version | Change
134134+-------- | ------
135135+20220705 | [Score](#score) object with different set of fields.
136136+127137## Language
128138129139Language for the response is determined by `Accept-Language` header when specified. Specifying `*` or not setting the header will set the language to user configured language when accessing API as a user.