diff --git a/resources/lang/ar/users.php b/resources/lang/ar/users.php index a33cbebc10e..9fecc4c240f 100644 --- a/resources/lang/ar/users.php +++ b/resources/lang/ar/users.php @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => ':username منشورات', ], diff --git a/resources/lang/be/users.php b/resources/lang/be/users.php index 22bf3bab797..8292bea3da1 100644 --- a/resources/lang/be/users.php +++ b/resources/lang/be/users.php @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => 'допісаў :username', ], diff --git a/resources/lang/bg/accounts.php b/resources/lang/bg/accounts.php index 2065a49e71c..8ec6f5fa24e 100644 --- a/resources/lang/bg/accounts.php +++ b/resources/lang/bg/accounts.php @@ -19,8 +19,8 @@ 'new_confirmation' => 'потвърди нов имейл', 'title' => 'Имейл', 'locked' => [ - '_' => '', - 'accounts' => '', + '_' => 'Моля, свържете се с :accounts за обновяване не имейл.', + 'accounts' => 'екипа за поддръжка на профили', ], ], diff --git a/resources/lang/bg/authorization.php b/resources/lang/bg/authorization.php index 020d7abf11a..ac3dda0fbef 100644 --- a/resources/lang/bg/authorization.php +++ b/resources/lang/bg/authorization.php @@ -186,7 +186,7 @@ ], ], 'update_email' => [ - 'locked' => '', + 'locked' => 'имейл адресът е заключен', ], ], ]; diff --git a/resources/lang/bg/changelog.php b/resources/lang/bg/changelog.php index 70b0e1a33fc..d51fcaf54ee 100644 --- a/resources/lang/bg/changelog.php +++ b/resources/lang/bg/changelog.php @@ -35,6 +35,6 @@ 'heading' => 'Харесвате тази актуализация?', 'text_1' => 'Подкрепете бъдещото развитие на osu! и :link !', 'text_1_link' => 'станете osu!supporter', - 'text_2' => 'Не само ще помогнете за разработката на играта, но също ще получите допълнителни функции и персонализации!', + 'text_2' => 'Не само ще помогнете за разработване на играта, но също ще получите допълнителни функции и персонализации!', ], ]; diff --git a/resources/lang/bg/events.php b/resources/lang/bg/events.php index c48f8b5e09a..30fb562341d 100644 --- a/resources/lang/bg/events.php +++ b/resources/lang/bg/events.php @@ -27,6 +27,6 @@ ], 'value' => [ - 'rank' => '', + 'rank' => 'ранг #:rank', ], ]; diff --git a/resources/lang/bg/users.php b/resources/lang/bg/users.php index 66a1ffbb5df..d9476a52045 100644 --- a/resources/lang/bg/users.php +++ b/resources/lang/bg/users.php @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => 'публикациите на :username', ], diff --git a/resources/lang/ca/beatmappacks.php b/resources/lang/ca/beatmappacks.php index 9ae946b7218..adf05269d5d 100644 --- a/resources/lang/ca/beatmappacks.php +++ b/resources/lang/ca/beatmappacks.php @@ -34,7 +34,7 @@ 'mode' => [ 'artist' => 'Artista/Àlbum', - 'chart' => 'Destacats', + 'chart' => 'Spotlights', 'featured' => 'Artista Destacat', 'loved' => 'Project Loved', 'standard' => 'Standard', diff --git a/resources/lang/ca/community.php b/resources/lang/ca/community.php index 9b78a52bda5..8a4b56849ba 100644 --- a/resources/lang/ca/community.php +++ b/resources/lang/ca/community.php @@ -55,7 +55,7 @@ ], 'country_ranking' => [ - 'title' => 'Classificació per Països', + 'title' => 'Classificació per països', 'description' => 'Conquereix el teu país abans de conquerir el món.', ], diff --git a/resources/lang/ca/model_validation/fulfillments.php b/resources/lang/ca/model_validation/fulfillments.php index b96255f31ec..1284340c47d 100644 --- a/resources/lang/ca/model_validation/fulfillments.php +++ b/resources/lang/ca/model_validation/fulfillments.php @@ -10,6 +10,6 @@ 'reverting_username_mismatch' => '', ], 'supporter_tag' => [ - 'insufficient_paid' => ' La donació és menor del necessari per a l\'etiqueta osu!supporter (:actual > :expected)', + 'insufficient_paid' => 'La donació és menor a la requerida per el regal de l\'etiqueta osu!supporter (:actual > :expected)', ], ]; diff --git a/resources/lang/ca/model_validation/store/product.php b/resources/lang/ca/model_validation/store/product.php index bb039d6ea4d..0029c874033 100644 --- a/resources/lang/ca/model_validation/store/product.php +++ b/resources/lang/ca/model_validation/store/product.php @@ -4,8 +4,8 @@ // See the LICENCE file in the repository root for full licence text. return [ - 'insufficient_stock' => 'No queda prou d\'aquest element!', - 'must_separate' => 'Aquest element s\'ha de comprovar separadament d\'altres elements', - 'not_available' => 'Aquest element no està disponible.', - 'too_many' => 'Només podeu ordenar :count d\'aquest element per ordre.', + 'insufficient_stock' => 'No en queda prou d\'aquest producte!', + 'must_separate' => 'Aquest producte s\'ha de pagar per separat', + 'not_available' => 'Aquest producte no està disponible.', + 'too_many' => 'Només pots ordenar :count d\'aquest producte per ordre.', ]; diff --git a/resources/lang/ca/paypal/errors.php b/resources/lang/ca/paypal/errors.php index da932537354..b644373e4c4 100644 --- a/resources/lang/ca/paypal/errors.php +++ b/resources/lang/ca/paypal/errors.php @@ -7,7 +7,7 @@ 'instrument_declined' => 'Paypal ha rebutjat el mètode de pagament seleccionat.', 'invalid_resource_id' => 'No s\'ha trobat informació de pagament.', 'invalid_token' => 'S\'ha produït un error en completar el pagament.', - 'old_format' => 'L\'enllaç de pagament ha vençut, torneu-ho a provar.', + 'old_format' => 'L\'enllaç de pagament ha expirat, torna a provar.', 'resource_not_found' => 'No s\'ha trobat informació de pagament.', - 'unknown' => "El pagament va ser rebutjat, però no sabem per què.", + 'unknown' => "El pagament s'ha rebutjat, però no sabem per què.", ]; diff --git a/resources/lang/ca/rankings.php b/resources/lang/ca/rankings.php index ae6e3bd156c..65dab0f4082 100644 --- a/resources/lang/ca/rankings.php +++ b/resources/lang/ca/rankings.php @@ -24,7 +24,7 @@ ], 'type' => [ - 'charts' => 'focus', + 'charts' => 'spotlights', 'country' => 'país', 'kudosu' => 'kudosu', 'multiplayer' => 'multijugador', diff --git a/resources/lang/ca/users.php b/resources/lang/ca/users.php index b4261203d8f..88203a72dde 100644 --- a/resources/lang/ca/users.php +++ b/resources/lang/ca/users.php @@ -7,11 +7,11 @@ 'deleted' => '[usuari eliminat]', 'beatmapset_activities' => [ - 'title' => "Historial de Modding de :user", + 'title' => "Historial de modding de :user", 'title_compact' => 'Modding', 'discussions' => [ - 'title_recent' => 'Discussions recents', + 'title_recent' => 'Discussions iniciades recentment', ], 'events' => [ @@ -32,24 +32,24 @@ ], 'blocks' => [ - 'banner_text' => 'Has blocat aquest usuari.', + 'banner_text' => 'Has bloquejat a aquest usuari.', 'comment_text' => 'Aquest comentari està ocult.', 'blocked_count' => 'usuaris bloquejats (:count)', 'hide_profile' => 'Oculta el perfil', - 'hide_comment' => 'ocultar', - 'forum_post_text' => 'La publicació està oculta. ', - 'not_blocked' => 'Aquest usuari no està blocat.', + 'hide_comment' => 'amaga', + 'forum_post_text' => 'La publicació està oculta.', + 'not_blocked' => 'Aquest usuari no està bloquejat.', 'show_profile' => 'Mostra el perfil', 'show_comment' => 'mostra', - 'too_many' => 'Límit de bloqueigs assolit.', + 'too_many' => 'Límit de bloquejos assolit.', 'button' => [ - 'block' => 'Blocar', + 'block' => 'Bloquejar', 'unblock' => 'Desbloqueja', ], ], 'card' => [ - 'gift_supporter' => 'Regalar etiqueta supporter', + 'gift_supporter' => 'Regalar etiqueta de supporter', 'loading' => 'Carregant...', 'send_message' => 'Enviar missatge', ], @@ -64,7 +64,7 @@ 'username' => 'nom d’usuari', 'tos_notice' => [ - '_' => 'al crear un compte acceptes els :link', + '_' => 'en crear un compte acceptes les :link', 'link' => 'condicions d\'ús', ], ], @@ -72,20 +72,20 @@ 'disabled' => [ 'title' => 'Vaja! Sembla que el teu compte ha estat desactivat.', - 'warning' => "En cas que hi hagi trencat una regla, tingueu en compte que generalment hi ha un període d'espera d'un mes durant el qual no considerarem cap sol·licitud d'amnistia. Després d'aquest període, podeu contactar amb nosaltres si ho considereu necessari. Tingueu en compte que la creació de comptes nous després d'haver tingut un desactivat resultarà en una extensió d'aquest període d'espera d'un mes. Si us plau, també tingueu en compte que per cada compte que creeu, estarà violant més regles. Us suggerim que no seguiu aquest camí!", + 'warning' => "En cas que hagis trencat una regla, tingues en compte que generalment hi ha un període d'espera d'un mes durant el qual no considerarem cap sol·licitud d'amnistia. Després d'aquest període, pots contactar amb nosaltres si ho consideres necessari. Tingues en compte que la creació de comptes nous després d'haver tingut una desactivada resultarà en una extensió d'aquest període d'espera d'un mes. Si us plau, també tingues en compte que per cada compte que creïs, estaràs violant més regles. Et suggerim que no segueixis aquest camí!", 'if_mistake' => [ - '_' => 'Si creieu que es tracta d\'un error, podeu posar-vos en contacte amb nosaltres (per :email o fent clic al "?" a la part inferior dreta d\'aquesta pàgina). Tingueu en compte que sempre confiem plenament en les nostres accions, ja que es basen en dades molt sòlides. Ens reservem el dret d\'ignorar la vostra petició si considerem que està sent intencionadament deshonest.', + '_' => 'Si creus que es tracta d\'un error, pots posar-te en contacte amb nosaltres (per :email o fent clic al "?" a la part inferior dreta d\'aquesta pàgina). Tingues en compte que sempre confiem plenament en les nostres accions, ja que es basen en dades molt sòlides. Ens reservem el dret d\'ignorar la teva petició si considerem que estàs sent intencionadament deshonest.', 'email' => 'correu electrònic', ], 'reasons' => [ - 'compromised' => 'El seu compte es troba compromès. Pot estar deshabilitat temporalment mentre es verifica la seva identitat.', + 'compromised' => 'El teu compte es troba compromès. Pot estar deshabilitat temporalment mentre es verifica la teva identitat.', 'opening' => 'Hi ha diversos motius que poden resultar en la desactivació del teu compte:', 'tos' => [ - '_' => 'Has incomplert una o vàries de les nostres :community_rules o :tos. ', - 'community_rules' => 'normes de la comunitat', + '_' => 'Has incomplert una o vàries de les nostres :community_rules o les :tos. ', + 'community_rules' => 'regles de la comunitat', 'tos' => 'condicions d\'ús', ], ], @@ -97,7 +97,7 @@ 'force_reactivation' => [ 'reason' => [ - 'inactive_different_country' => "El vostre compte no ha estat utilitzat durant molt de temps.", + 'inactive_different_country' => "El teu compte no s'ha utilitzat durant molt de temps.", ], ], @@ -118,13 +118,21 @@ 'username' => 'Nom d\'usuari', 'beta' => [ - 'main' => 'L\'accés a la fase Beta està restringit als usuaris privilegiats.', + 'main' => 'L\'accés a la fase beta està restringit a usuaris privilegiats.', 'small' => '(els osu!supporters tindran accés aviat)', ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ - 'title' => 'Publicacions de :username ', + 'title' => 'Publicacions de :username', ], 'anonymous' => [ @@ -133,24 +141,24 @@ 'username' => 'Convidat', 'error' => 'Has d\'haver iniciat sessió per a fer això.', ], - 'logout_confirm' => 'Segur que vols tancar la sessió? :(', + 'logout_confirm' => 'Estàs segur que vols tancar la sessió? :(', 'report' => [ 'button_text' => 'Reportar', 'comments' => 'Comentaris', - 'placeholder' => 'Si us plau, proporcioni qualsevol informació que pugui ser útil.', + 'placeholder' => 'Si us plau, proporciona qualsevol informació que pugui ser útil.', 'reason' => 'Motiu', - 'thanks' => 'Gràcies pel seu informe!', + 'thanks' => 'Gràcies pel teu report!', 'title' => 'Reportar a :username?', 'actions' => [ - 'send' => 'Enviar informe', + 'send' => 'Enviar report', 'cancel' => 'Cancel·la', ], 'options' => [ 'cheating' => 'Joc brut/trampes', 'multiple_accounts' => 'Fa servir diversos comptes', - 'insults' => 'Insulta a mi o a altres', + 'insults' => 'Insultant-me/insultant als altres', 'spam' => 'Envia spam', 'unwanted_content' => 'Enllaça contingut inapropiat', 'nonsense' => 'Ximpleries', @@ -159,8 +167,8 @@ ], 'restricted_banner' => [ 'title' => 'El teu compte ha estat restringit!', - 'message' => 'Mentre estigui restringit, no podreu interactuar amb altres jugadors i les vostres puntuacions només seran visibles per a vosaltres. Això és, normalment, el resultat d\'un procés automatitzat i s\'aixeca normalment d\'aquí a 24 hores. Si vols apel·lar a la teva restricció, si us plau contacta amb el suport.', - 'message_link' => 'Vegeu aquesta pàgina per a aprendre més.', + 'message' => 'Mentre estiguis restringit, no podràs interactuar amb altres jugadors i les teves puntuacions només seran visibles per a tu. Això és, normalment, el resultat d\'un procés automatitzat i s\'aixeca normalment d\'aquí a 24 hores. :link', + 'message_link' => 'Consulta aquesta pàgina per aprendre més.', ], 'show' => [ 'age' => ':age anys', @@ -171,7 +179,7 @@ 'joined_at' => 'Membre des de :date', 'lastvisit' => 'Vist per últim cop :date', 'lastvisit_online' => 'En línia ara mateix', - 'missingtext' => 'Potser has comès un error tipogràfic! (o l\'usuari pot estar expulsat)', + 'missingtext' => 'Potser has comès un error tipogràfic! (o l\'usuari pot haver estat prohibit)', 'origin_country' => 'De :country', 'previous_usernames' => 'conegut anteriorment com', 'plays_with' => 'Juga amb :devices', @@ -183,7 +191,7 @@ ], 'cover' => [ 'to_0' => 'Ocultar portada', - 'to_1' => 'Mostra la portada', + 'to_1' => 'MostraR portada', ], 'edit' => [ 'cover' => [ @@ -194,7 +202,7 @@ 'button' => 'Penja una imatge', 'dropzone' => 'Deixa anar aquí per penjar', 'dropzone_info' => 'També pots deixar anar la imatge aquí per a penjar-la', - 'size_info' => 'La portada ha de ser de mida 2400x640', + 'size_info' => 'La portada ha de ser de 2400x640', 'too_large' => 'El fitxer és massa gran.', 'unsupported_format' => 'Format no admès.', @@ -228,22 +236,22 @@ 'title' => 'Beatmaps preferits', ], 'graveyard' => [ - 'title' => 'Beatmaps Abandonats', + 'title' => 'Beatmaps abandonats', ], 'guest' => [ 'title' => 'Beatmaps amb participació de convidats', ], 'loved' => [ - 'title' => 'Beatmaps Estimats', + 'title' => 'Beatmaps estimats', ], 'nominated' => [ 'title' => 'Betmaps classificats nominats', ], 'pending' => [ - 'title' => 'Beatmaps Pendents', + 'title' => 'Beatmaps pendents', ], 'ranked' => [ - 'title' => 'Beatmaps Classificats', + 'title' => 'Beatmaps classificats', ], ], 'discussions' => [ @@ -261,7 +269,7 @@ 'monthly_playcounts' => [ 'title' => 'Historial de joc', - 'count_label' => 'Partides', + 'count_label' => 'Jugades', ], 'most_played' => [ 'count' => 'vegades jugat', @@ -269,7 +277,7 @@ ], 'recent_plays' => [ 'accuracy' => 'precisió :percentage', - 'title' => 'Partides recents (24h)', + 'title' => 'Jugades recents (24 h)', ], 'replays_watched_counts' => [ 'title' => 'Historial de repeticions vistes', @@ -277,7 +285,7 @@ ], ], 'kudosu' => [ - 'recent_entries' => 'Historial recent de Kudosu', + 'recent_entries' => 'Historial de Kudosu recent', 'title' => 'Kudosu!', 'total' => 'Kudosu total obtingut', @@ -287,41 +295,41 @@ 'beatmap_discussion' => [ 'allow_kudosu' => [ - 'give' => 'Va rebre :amount de revocació de negació de kudosu per la publicació de modding :post', + 'give' => 'Ha rebut :amount de revocació de negació de kudosu per la publicació de modding :post', ], 'deny_kudosu' => [ - 'reset' => 'S\'ha denegat :amount per la publicació :post', + 'reset' => 'S\'ha denegat :amount per la publicació de modding :post', ], 'delete' => [ - 'reset' => 'Va perdre :amount per l\'eliminació de la publicació de modding de :post', + 'reset' => 'Ha perdut :amount per l\'eliminació de la publicació de modding :post', ], 'restore' => [ - 'give' => 'Rebuts :amount pel restabliment de la publicació :post', + 'give' => 'Ha rebut :amount pel restabliment de la publicació de modding :post', ], 'vote' => [ - 'give' => 'Rebuts :amount gràcies als vots a la publicació de :post', - 'reset' => 'Has perdut :amount per perdre vots a la publicació :post', + 'give' => 'Rebuts :amount gràcies als vots a la publicació de modding :post', + 'reset' => 'Ha perdut :amount per perdre vots a la publicació de modding :post', ], 'recalculate' => [ - 'give' => 'Has rebut :amount pels vots en el recàlcul de la publicació :post', - 'reset' => 'Has perdut :amount pels vots en el recàlcul de la publicació :post', + 'give' => 'Ha rebut :amount pels vots en el recàlcul de la publicació de modding :post', + 'reset' => 'Ha perdut :amount pels vots en el recàlcul de la publicació de modding :post', ], ], 'forum_post' => [ - 'give' => 'Has rebut :amount de :giver per la publicació :post', - 'reset' => 'Kudosu reinciat per :giver pel post :post', - 'revoke' => 'S\'han denegat els kudosu de :giver per la publicació :post', + 'give' => 'Ha rebut :amount de :giver per una publicació en :post', + 'reset' => 'Kudosu reinciat per :giver per la publicació :post', + 'revoke' => 'S\'ha denegat kudosu de :giver per la publicació :post', ], ], 'total_info' => [ - '_' => 'Basat en les contribucions que l\'usuari ha fet a la moderació de beatmaps. Vegi :link per a més informació.', + '_' => 'Basat en les contribucions que l\'usuari ha fet a la moderació de beatmaps. Consulta :link per a més informació.', 'link' => 'aquesta pàgina', ], ], @@ -338,7 +346,7 @@ ], 'posts' => [ 'title' => 'Publicacions', - 'title_longer' => 'Publicacions Recents', + 'title_longer' => 'Publicacions recents', 'show_more' => 'veure més publicacions', ], 'recent_activity' => [ @@ -375,7 +383,7 @@ 'received' => 'Vots rebuts (últims 3 mesos)', 'title' => 'Vots', 'title_longer' => 'Vots recents', - 'vote_count' => ':count_delimited vot |:count_delimited vots', + 'vote_count' => ':count_delimited vot|:count_delimited vots', ], 'account_standing' => [ 'title' => 'Estat del compte', @@ -383,18 +391,18 @@ 'remaining_silence' => ':username podrà tornar a parlar :duration.', 'recent_infringements' => [ - 'title' => 'Infraccions Recents', + 'title' => 'Infraccions recents', 'date' => 'data', 'action' => 'acció', 'length' => 'durada', - 'length_indefinite' => '', + 'length_indefinite' => 'Indefinit', 'description' => 'descripció', 'actor' => 'per :username', 'actions' => [ - 'restriction' => 'Restringeix', - 'silence' => 'Silencia', - 'tournament_ban' => 'Restringeix dels tornejos', + 'restriction' => 'Prohibir', + 'silence' => 'Silenciar', + 'tournament_ban' => 'Prohibició de tornejos', 'note' => 'Nota', ], ], @@ -412,7 +420,7 @@ 'not_found' => [ 'reason_1' => 'Potser ha canviat el seu nom d\'usuari.', 'reason_2' => 'Per motius de seguretat o d\'abús, el compte pot estar no disponible temporalment.', - 'reason_3' => 'Potser has fet un error tipogràfic!', + 'reason_3' => 'Potser has comès un error tipogràfic!', 'reason_header' => 'Pot ser degut a diversos motius:', 'title' => 'Usuari no trobat! ;_;', ], @@ -420,20 +428,20 @@ 'button' => 'Editar pàgina de perfil', 'description' => 'jo! és una zona personalitzable de la teva pàgina de perfil.', 'edit_big' => 'Edita\'m!', - 'placeholder' => 'Escriu els continguts aquí', + 'placeholder' => 'Escriu el contingut de la pàgina aquí', 'restriction_info' => [ - '_' => 'Has de ser un :link per a desbloquejar aquesta funció.', + '_' => 'Has de ser :link per a desbloquejar aquesta funció.', 'link' => 'osu!supporter', ], ], 'post_count' => [ '_' => 'Ha contribuït amb :link', - 'count' => ':count_delimited publicació|:count_delimited publicacions', + 'count' => ':count_delimited publicació en el fòrum|:count_delimited publicacions en el fòrum', ], 'rank' => [ 'country' => 'Classificació per països per :mode', - 'country_simple' => 'Classificació per Països', + 'country_simple' => 'Classificació per països', 'global' => 'Classifació global per :mode', 'global_simple' => 'Classificació global', 'highest' => 'Classificació més alta: :rank el :date', @@ -442,19 +450,19 @@ 'hit_accuracy' => 'Precisió', 'level' => 'Nivell :level', 'level_progress' => 'Progrés al següent nivell', - 'maximum_combo' => 'Màxim combo', + 'maximum_combo' => 'Combo màxim', 'medals' => 'Medalles', - 'play_count' => 'Nombre de partides', + 'play_count' => 'Nombre de jugades', 'play_time' => 'Temps total de joc', 'ranked_score' => 'Puntuació classificada', 'replays_watched_by_others' => 'Repeticions vistes per altres', 'score_ranks' => 'Classificació de les puntuacions', - 'total_hits' => 'Encerts Totals', + 'total_hits' => 'Encerts totals', 'total_score' => 'Puntuació total', // modding stats - 'graveyard_beatmapset_count' => 'Beatmaps Abandonats', - 'loved_beatmapset_count' => 'Beatmaps Estimats', - 'pending_beatmapset_count' => 'Beatmaps Pendents', + 'graveyard_beatmapset_count' => 'Beatmaps abandonats', + 'loved_beatmapset_count' => 'Beatmaps estimats', + 'pending_beatmapset_count' => 'Beatmaps pendents', 'ranked_beatmapset_count' => 'Beatmaps Classificats', ], ], diff --git a/resources/lang/cs/accounts.php b/resources/lang/cs/accounts.php index d48cdc3dce7..c417bb20428 100644 --- a/resources/lang/cs/accounts.php +++ b/resources/lang/cs/accounts.php @@ -19,8 +19,8 @@ 'new_confirmation' => 'ověření e-mailu', 'title' => 'E-mail', 'locked' => [ - '_' => '', - 'accounts' => '', + '_' => 'Kontaktujte prosím :accounts, pokud potřebujete aktualizovat svoji emailovou adresu.', + 'accounts' => 'tým podpory pro účty', ], ], diff --git a/resources/lang/cs/authorization.php b/resources/lang/cs/authorization.php index 10671acaef2..a88f86daee0 100644 --- a/resources/lang/cs/authorization.php +++ b/resources/lang/cs/authorization.php @@ -186,7 +186,7 @@ ], ], 'update_email' => [ - 'locked' => '', + 'locked' => 'emailová adresa je uzamčená', ], ], ]; diff --git a/resources/lang/cs/users.php b/resources/lang/cs/users.php index 4197957553e..27e1401fc1e 100644 --- a/resources/lang/cs/users.php +++ b/resources/lang/cs/users.php @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => 'příspěvky hráče :username', ], diff --git a/resources/lang/da/users.php b/resources/lang/da/users.php index a2cfc91cae9..9f68787899e 100644 --- a/resources/lang/da/users.php +++ b/resources/lang/da/users.php @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => ':username\'s opslag', ], diff --git a/resources/lang/de/accounts.php b/resources/lang/de/accounts.php index a3f3c525aa4..01244846b9f 100644 --- a/resources/lang/de/accounts.php +++ b/resources/lang/de/accounts.php @@ -19,8 +19,8 @@ 'new_confirmation' => 'E-Mail bestätigen', 'title' => 'E-Mail', 'locked' => [ - '_' => '', - 'accounts' => '', + '_' => 'Bitte kontaktiere das :accounts, wenn du deine E-Mail-Adresse aktualisieren möchtest.', + 'accounts' => 'Account Support Team', ], ], diff --git a/resources/lang/de/authorization.php b/resources/lang/de/authorization.php index ec5b022c69a..d7e3b29eecc 100644 --- a/resources/lang/de/authorization.php +++ b/resources/lang/de/authorization.php @@ -186,7 +186,7 @@ ], ], 'update_email' => [ - 'locked' => '', + 'locked' => 'Die E-Mail-Adresse kann nicht geändert werden.', ], ], ]; diff --git a/resources/lang/de/events.php b/resources/lang/de/events.php index 16795031768..6b6088a1085 100644 --- a/resources/lang/de/events.php +++ b/resources/lang/de/events.php @@ -12,7 +12,7 @@ 'beatmapset_update' => ':user hat die Beatmap ":beatmapset" aktualisiert', 'beatmapset_upload' => ':user hat eine neue Beatmap ":beatmapset" hochgeladen', 'empty' => "Dieser User hat in letzter Zeit nichts Bemerkenswertes getan!", - 'rank' => ':user erzielte Rang #:rank auf :beatmap (:mode)', + 'rank' => ':user erzielte :rank auf :beatmap (:mode)', 'rank_lost' => ':user hat den ersten Platz auf :beatmap verloren (:mode)', 'user_support_again' => ':user hat sich erneut dazu entschieden, osu! zu unterstützen - vielen Dank für deine Großzügigkeit!', 'user_support_first' => ':user hat osu! unterstützt - vielen Dank für deine Großzügigkeit!', @@ -27,6 +27,6 @@ ], 'value' => [ - 'rank' => '', + 'rank' => 'Rang #:rank', ], ]; diff --git a/resources/lang/de/users.php b/resources/lang/de/users.php index 36f9608d763..7a314be1751 100644 --- a/resources/lang/de/users.php +++ b/resources/lang/de/users.php @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => 'Posts von :username', ], diff --git a/resources/lang/el/users.php b/resources/lang/el/users.php index 6d9ed7d61d6..0c381c05b5e 100644 --- a/resources/lang/el/users.php +++ b/resources/lang/el/users.php @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => 'Δημοσιεύσεις του :username', ], diff --git a/resources/lang/es/accounts.php b/resources/lang/es/accounts.php index 71dae5d40fe..3f0738132c4 100644 --- a/resources/lang/es/accounts.php +++ b/resources/lang/es/accounts.php @@ -19,8 +19,8 @@ 'new_confirmation' => 'confirmar correo electrónico', 'title' => 'Correo electrónico', 'locked' => [ - '_' => '', - 'accounts' => '', + '_' => 'Ponte en contacto con el :accounts si necesitas actualizar tu correo electrónico.', + 'accounts' => 'equipo de soporte de cuentas', ], ], diff --git a/resources/lang/es/authorization.php b/resources/lang/es/authorization.php index 1eac4d110e0..bec4214a9f6 100644 --- a/resources/lang/es/authorization.php +++ b/resources/lang/es/authorization.php @@ -186,7 +186,7 @@ ], ], 'update_email' => [ - 'locked' => '', + 'locked' => 'la dirección de correo está bloqueada', ], ], ]; diff --git a/resources/lang/es/events.php b/resources/lang/es/events.php index f4871c79381..039ec621cb5 100644 --- a/resources/lang/es/events.php +++ b/resources/lang/es/events.php @@ -27,6 +27,6 @@ ], 'value' => [ - 'rank' => '', + 'rank' => 'clasificación #:rank', ], ]; diff --git a/resources/lang/es/users.php b/resources/lang/es/users.php index 49ce42f7842..ac4efe8c0c0 100644 --- a/resources/lang/es/users.php +++ b/resources/lang/es/users.php @@ -97,7 +97,7 @@ 'force_reactivation' => [ 'reason' => [ - 'inactive_different_country' => "Su cuenta no ha sido utilizada en mucho tiempo.", + 'inactive_different_country' => "Tu cuenta no ha sido usada en mucho tiempo.", ], ], @@ -105,7 +105,7 @@ '_' => 'Iniciar sesión', 'button' => 'Iniciar sesión', 'button_posting' => 'Iniciando sesión...', - 'email_login_disabled' => 'El inicio de sesión con correo está actualmente desactivado. Use el nombre de usuario en su lugar.', + 'email_login_disabled' => 'El inicio de sesión con correo electrónico está actualmente desactivado. Por favor, usa el nombre de usuario en su lugar.', 'failed' => 'Inicio de sesión incorrecto', 'forgot' => '¿Olvidaste tu contraseña?', 'info' => 'Por favor, inicie sesión para continuar', @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => 'Clasificación (:ruleset): :global | :country', + 'country' => 'Clasificación nacional :rank', + 'global' => 'Clasificación global :rank', + ], + ], + 'posts' => [ 'title' => 'Publicaciones de :username', ], @@ -150,7 +158,7 @@ 'options' => [ 'cheating' => 'Juega sucio o hace trampa', 'multiple_accounts' => 'Utiliza múltiples cuentas', - 'insults' => 'Insulta a mí o a otros', + 'insults' => 'Insultándome/insultando a otros', 'spam' => 'Envía mensajes spam', 'unwanted_content' => 'Enlaza contenido inapropiado', 'nonsense' => 'Sin sentido', @@ -158,9 +166,9 @@ ], ], 'restricted_banner' => [ - 'title' => '¡Su cuenta ha sido restringida!', - 'message' => 'Mientras estás restringido, no podrás interactuar con otros jugadores y tus puntuaciones solo las podrás ver tú. Esto es, normalmente, el resultado de un proceso automatizado, y se levanta normalmente dentro de 24 horas. Si deseas apelar a tu restricción, por favor contacta con el soporte.', - 'message_link' => 'Consulte esta página para obtener más información.', + 'title' => '¡Tu cuenta ha sido restringida!', + 'message' => 'Mientras estás restringido, no podrás interactuar con otros jugadores y tus puntuaciones solo las podrás ver tú. Normalmente, este es el resultado de un proceso automatizado, y se levanta normalmente dentro de 24 horas. :link', + 'message_link' => 'Consulta esta página para obtener más información.', ], 'show' => [ 'age' => ':age años', @@ -171,7 +179,7 @@ 'joined_at' => 'Se unió en :date', 'lastvisit' => 'Visto :date', 'lastvisit_online' => 'Actualmente en línea', - 'missingtext' => '¡Es posible que hayas cometido un error tipográfico! (o el usuario puede haber sido baneado)', + 'missingtext' => '¡Es posible que hayas cometido un error tipográfico! (o el usuario puede haber sido restringido)', 'origin_country' => 'De :country', 'previous_usernames' => 'antes conocido como', 'plays_with' => 'Juega con :devices', @@ -269,7 +277,7 @@ ], 'recent_plays' => [ 'accuracy' => 'precisión: :percentage', - 'title' => 'Jugadas recientes (24 h)', + 'title' => 'Jugadas recientes (24 h)', ], 'replays_watched_counts' => [ 'title' => 'Historial de repeticiones vistas', @@ -277,7 +285,7 @@ ], ], 'kudosu' => [ - 'recent_entries' => 'Historial de Kudosu Reciente', + 'recent_entries' => 'Historial de Kudosu reciente', 'title' => 'Kudosu!', 'total' => 'Total de Kudosu obtenido', @@ -321,7 +329,7 @@ ], 'total_info' => [ - '_' => 'Según la contribución que el usuario ha hecho al modding de mapas. Vea :link para más información.', + '_' => 'Según la contribución que el usuario ha hecho a la moderación de mapas. Consulta :link para más información.', 'link' => 'esta página', ], ], @@ -392,9 +400,9 @@ 'actor' => 'por :username', 'actions' => [ - 'restriction' => 'Restringir', + 'restriction' => 'Prohibir', 'silence' => 'Silenciado', - 'tournament_ban' => 'Prohibición de torneo', + 'tournament_ban' => 'Restricción de torneos', 'note' => 'Nota', ], ], @@ -444,7 +452,7 @@ 'level_progress' => 'progreso al siguiente nivel', 'maximum_combo' => 'Combo máximo', 'medals' => 'Medallas', - 'play_count' => 'Conteo de jugadas', + 'play_count' => 'Número de jugadas', 'play_time' => 'Tiempo de juego total', 'ranked_score' => 'Puntuación clasificada', 'replays_watched_by_others' => 'Repeticiones vistas por otros', @@ -460,7 +468,7 @@ ], 'silenced_banner' => [ - 'title' => 'Actualmente está silenciado.', + 'title' => 'Actualmente estás silenciado.', 'message' => 'Es posible que algunas acciones no estén disponibles.', ], diff --git a/resources/lang/fa-IR/users.php b/resources/lang/fa-IR/users.php index 19836bd3365..271f56e4fa4 100644 --- a/resources/lang/fa-IR/users.php +++ b/resources/lang/fa-IR/users.php @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => 'پست های :username', ], diff --git a/resources/lang/fi/accounts.php b/resources/lang/fi/accounts.php index 90929541075..519e72058fa 100644 --- a/resources/lang/fi/accounts.php +++ b/resources/lang/fi/accounts.php @@ -19,8 +19,8 @@ 'new_confirmation' => 'sähköpostivahvistus', 'title' => 'Sähköposti', 'locked' => [ - '_' => '', - 'accounts' => '', + '_' => 'Ota yhteyttä :accounts, jos sinun tarvitsee päivittää sähköpostiosoitteesi.', + 'accounts' => 'tilien tukiryhmään', ], ], diff --git a/resources/lang/fi/api.php b/resources/lang/fi/api.php index febe767023c..fcc4958e5dd 100644 --- a/resources/lang/fi/api.php +++ b/resources/lang/fi/api.php @@ -17,19 +17,19 @@ 'identify' => 'Tunnistaa sinut ja lukea julkista profiiliasi.', 'chat' => [ - 'read' => '', - 'write' => 'Lähettää viestejä puolestasi.', - 'write_manage' => '', + 'read' => 'Lukea viestejä sinun nimissäsi.', + 'write' => 'Lähettää viestejä sinun nimissäsi.', + 'write_manage' => 'Liittyä ja lähteä kanavilta sinun nimissäsi.', ], 'forum' => [ - 'write' => 'Luoda ja muokata foorumiaiheita ja -viestejä puolestasi.', + 'write' => 'Luoda ja muokata foorumin aiheita ja viestejä sinun nimissäsi.', ], 'friends' => [ 'read' => 'Nähdä, keitä seuraat.', ], - 'public' => 'Lukea julkisia tietoja puolestasi.', + 'public' => 'Lukea julkisia tietoja sinun nimissäsi.', ], ]; diff --git a/resources/lang/fi/artist.php b/resources/lang/fi/artist.php index 3d6768b19d1..e88e4bae46e 100644 --- a/resources/lang/fi/artist.php +++ b/resources/lang/fi/artist.php @@ -5,7 +5,7 @@ return [ 'page_description' => 'osu! Featured artistit', - 'title' => 'Featured Artistit', + 'title' => 'Esitellyt artistit', 'admin' => [ 'hidden' => 'ARTISTI ON TÄLLÄ HETKELLÄ PIILOTETTU', diff --git a/resources/lang/fi/authorization.php b/resources/lang/fi/authorization.php index 00813f265e4..40faef7e0e1 100644 --- a/resources/lang/fi/authorization.php +++ b/resources/lang/fi/authorization.php @@ -186,7 +186,7 @@ ], ], 'update_email' => [ - 'locked' => '', + 'locked' => 'sähköpostiosoite on lukittu', ], ], ]; diff --git a/resources/lang/fi/beatmappacks.php b/resources/lang/fi/beatmappacks.php index 12a8ee599e9..0ace2fefb87 100644 --- a/resources/lang/fi/beatmappacks.php +++ b/resources/lang/fi/beatmappacks.php @@ -35,7 +35,7 @@ 'mode' => [ 'artist' => 'Esittäjä/Albumi', 'chart' => 'Kohdevaloissa', - 'featured' => 'Suositeltu esittäjä', + 'featured' => 'Esitelty artisti', 'loved' => 'Project Loved', 'standard' => 'Tavallinen', 'theme' => 'Teema', diff --git a/resources/lang/fi/beatmaps.php b/resources/lang/fi/beatmaps.php index ac78a1fd5a6..cce79e5ae99 100644 --- a/resources/lang/fi/beatmaps.php +++ b/resources/lang/fi/beatmaps.php @@ -79,15 +79,15 @@ ], 'message_type_title' => [ - 'disqualify' => '', - 'hype' => '', - 'mapper_note' => '', - 'nomination_reset' => '', - 'praise' => '', - 'problem' => '', - 'problem_warning' => '', - 'review' => '', - 'suggestion' => '', + 'disqualify' => 'Lähetä hylkäys', + 'hype' => 'Lähetä hurraus!', + 'mapper_note' => 'Lähetä merkintä', + 'nomination_reset' => 'Poista kaikki ehdollepanot', + 'praise' => 'Lähetä ylistys', + 'problem' => 'Lähetä ongelma', + 'problem_warning' => 'Lähetä ongelma', + 'review' => 'Lähetä arvostelu', + 'suggestion' => 'Lähetä ehdotus', ], 'mode' => [ @@ -232,7 +232,7 @@ 'listing' => [ 'search' => [ - 'prompt' => 'syötä hakusana...', + 'prompt' => 'syötä hakusanoja...', 'login_required' => 'Kirjaudu sisään hakeaksesi.', 'options' => 'Enemmän Hakuasetuksia', 'supporter_filter' => 'Tunnisteella :filters rajaaminen vaatii aktiivisen osu!supporter-tagin', diff --git a/resources/lang/fi/beatmapsets.php b/resources/lang/fi/beatmapsets.php index bba8e81ad4a..75b5e886cea 100644 --- a/resources/lang/fi/beatmapsets.php +++ b/resources/lang/fi/beatmapsets.php @@ -20,7 +20,7 @@ ], 'featured_artist_badge' => [ - 'label' => 'Suositeltu esittäjä', + 'label' => 'Esitelty artisti', ], 'index' => [ @@ -61,7 +61,7 @@ 'discussion' => 'Keskustelu', 'admin' => [ - 'full_size_cover' => '', + 'full_size_cover' => 'Näytä täysikokoinen kansikuva', ], 'deleted_banner' => [ @@ -96,7 +96,7 @@ 'approved' => 'hyväksytty :timeago', 'loved' => 'rakastettu :timeago', 'qualified' => 'kelpuutettu :timeago', - 'ranked' => 'tehty pisteyttäväksi :timeago', + 'ranked' => 'rankattu :timeago', 'submitted' => 'lähetetty :timeago', 'updated' => 'päivitetty viimeksi :timeago', ], @@ -216,7 +216,7 @@ ], 'status' => [ - 'ranked' => 'Pisteyttävä', + 'ranked' => 'Rankattu', 'approved' => 'Hyväksytty', 'loved' => 'Rakastettu', 'qualified' => 'Esihyväksytty', diff --git a/resources/lang/fi/common.php b/resources/lang/fi/common.php index 1829d105da0..60f229dc7f4 100644 --- a/resources/lang/fi/common.php +++ b/resources/lang/fi/common.php @@ -74,7 +74,7 @@ 'minute_short_unit' => 'm | m', 'minutes' => ':count_delimited minuutti|:count_delimited minuuttia', 'months' => ':count kuukausi|:count kuukautta', - 'notifications' => ':count_delimited ilmoitus|:count_delimited ilmoituksia', + 'notifications' => ':count_delimited ilmoitus|:count_delimited ilmoitusta', 'plus_others' => '+ :count_delimited muu!|+ :count_delimited muita!', 'post' => ':count_delimited viesti|:count_delimited viestiä', 'second_short_unit' => 's|s', diff --git a/resources/lang/fi/events.php b/resources/lang/fi/events.php index 554bd1f54f6..60ec942dfd4 100644 --- a/resources/lang/fi/events.php +++ b/resources/lang/fi/events.php @@ -27,6 +27,6 @@ ], 'value' => [ - 'rank' => '', + 'rank' => 'sija #:rank', ], ]; diff --git a/resources/lang/fi/forum.php b/resources/lang/fi/forum.php index 2924e9b7524..be967ffe44e 100644 --- a/resources/lang/fi/forum.php +++ b/resources/lang/fi/forum.php @@ -48,7 +48,7 @@ 'confirm_restore' => 'Haluatko varmasti palauttaa viestin?', 'edited' => 'Viimeksi muokannut :user :when, muokattu yhteensä :count kertaa.', 'posted_at' => 'lähetetty :when', - 'posted_by_in' => '', + 'posted_by_in' => 'lähettänyt :username foorumille :forum', 'actions' => [ 'destroy' => 'Poista viesti', @@ -129,25 +129,25 @@ ], 'logs' => [ - '_' => '', - 'button' => '', + '_' => 'Aiheen lokit', + 'button' => 'Selaa aiheen lokeja', 'columns' => [ - 'action' => '', + 'action' => 'Toiminto', 'date' => 'Päivämäärä', 'user' => 'Käyttäjä', ], 'data' => [ - 'add_tag' => '', - 'announcement' => '', - 'edit_topic' => '', - 'fork' => '', - 'pin' => '', - 'post_operation' => '', - 'remove_tag' => '', - 'source_forum_operation' => '', - 'unpin' => '', + 'add_tag' => 'lisätty tunniste ":tag"', + 'announcement' => 'aihe kiinnitetty ja merkitty tiedotteeksi', + 'edit_topic' => 'otsikoksi :title', + 'fork' => 'aiheesta :topic', + 'pin' => 'aihe kiinnitetty', + 'post_operation' => 'lähettänyt :username', + 'remove_tag' => 'poistettu tunniste ":tag"', + 'source_forum_operation' => 'foorumista :forum', + 'unpin' => 'aihe irrotettu', ], 'no_results' => 'lokeja ei löytynyt...', @@ -155,17 +155,17 @@ 'operations' => [ 'delete_post' => 'Poistettu viesti', 'delete_topic' => 'Poistettu aihe', - 'edit_topic' => '', - 'edit_poll' => '', - 'fork' => '', - 'issue_tag' => '', + 'edit_topic' => 'Vaihdettu aiheen otsikkoa', + 'edit_poll' => 'Muokattu aiheen kyselyä', + 'fork' => 'Aihe kopioitu', + 'issue_tag' => 'Tunniste myönnetty', 'lock' => 'Lukittu aihe', - 'merge' => '', - 'move' => '', + 'merge' => 'Yhdistetty viestejä tähän aiheeseen', + 'move' => 'Aihe siirretty', 'pin' => 'Kiinnitetty aihe', - 'post_edited' => '', - 'restore_post' => '', - 'restore_topic' => '', + 'post_edited' => 'Muokattu viestiä', + 'restore_post' => 'Viesti palautettu', + 'restore_topic' => 'Aihe palautettu', 'split_destination' => '', 'split_source' => '', 'topic_type' => '', diff --git a/resources/lang/fi/home.php b/resources/lang/fi/home.php index 8f620f1ca8a..acacb3a61da 100644 --- a/resources/lang/fi/home.php +++ b/resources/lang/fi/home.php @@ -23,7 +23,7 @@ 'button' => 'Hae', 'empty_result' => 'Mitään ei löytynyt!', 'keyword_required' => 'Syötä hakusana', - 'placeholder' => 'tee haku kirjoittamalla', + 'placeholder' => 'kirjoita etsiäksesi', 'title' => 'Hae', 'beatmapset' => [ diff --git a/resources/lang/fi/layout.php b/resources/lang/fi/layout.php index b654cbbf8d8..d890b94f97f 100644 --- a/resources/lang/fi/layout.php +++ b/resources/lang/fi/layout.php @@ -26,8 +26,8 @@ ], 'beatmapsets' => [ - 'show' => '', - 'discussions' => '', + 'show' => 'tiedot', + 'discussions' => 'keskustelut', ], 'changelog' => [ @@ -51,8 +51,8 @@ 'users' => [ 'modding' => 'modaus', - 'playlists' => '', - 'realtime' => '', + 'playlists' => 'soittolistat', + 'realtime' => 'moninpeli', 'show' => 'tiedot', ], ], @@ -75,8 +75,8 @@ ], 'help' => [ '_' => 'apua', - 'getAbuse' => 'ilmoita väärinkäyttöstä', - 'getFaq' => 'ukk', + 'getAbuse' => 'ilmoita väärinkohtelusta', + 'getFaq' => 'usein kysytyt', 'getRules' => 'säännöt', 'getSupport' => 'tarvitsen siis oikeasti apua!', ], @@ -201,7 +201,7 @@ ], 'popup_search' => [ - 'initial' => 'Tee haku kirjoittamalla!', + 'initial' => 'Kirjoita etsiäksesi!', 'retry' => 'Haku epäonnistui. Yritä uudelleen napsauttamalla.', ], ]; diff --git a/resources/lang/fi/matches.php b/resources/lang/fi/matches.php index cfc8d9e95d2..e280f69172d 100644 --- a/resources/lang/fi/matches.php +++ b/resources/lang/fi/matches.php @@ -12,7 +12,7 @@ 'in_progress_spinner_label' => 'peli meneillään', 'loading-events' => 'Ladataan tapahtumia...', 'winner' => ':team voitti', - 'winner_by' => '', + 'winner_by' => ':winner :difference pisteellä', 'events' => [ 'player-left' => ':user poistui pelistä', diff --git a/resources/lang/fi/notifications.php b/resources/lang/fi/notifications.php index 344ea7e3bd6..5e9ae8750c5 100644 --- a/resources/lang/fi/notifications.php +++ b/resources/lang/fi/notifications.php @@ -147,7 +147,7 @@ '_' => 'Foorumin aihe', 'forum_topic_reply' => [ - '_' => 'Uusi foorumi vastaus', + '_' => 'Uusi foorumivastaus', 'forum_topic_reply' => ':username vastasi foorumi aiheeseen ":title".', 'forum_topic_reply_compact' => ':username vastasi', ], diff --git a/resources/lang/fi/page_title.php b/resources/lang/fi/page_title.php index 5c76b637d16..f90798fbc2f 100644 --- a/resources/lang/fi/page_title.php +++ b/resources/lang/fi/page_title.php @@ -14,7 +14,7 @@ '403' => 'kielletty', '401' => 'luvaton', '401-verification' => 'tilin vahvistaminen', - '405' => '', + '405' => 'puuttuu', '422' => 'virheellinen pyyntö', '429' => 'liian monta pyyntöä', '500' => 'jotain hajosi', @@ -24,7 +24,7 @@ 'forum' => [ '_' => 'foorumi', 'topic_logs_controller' => [ - 'index' => '', + 'index' => 'aiheen lokit', ], ], 'main' => [ @@ -32,7 +32,7 @@ 'verify_link' => 'tilin vahvistaminen', ], 'artists_controller' => [ - '_' => '', + '_' => 'esitellyt artistit', ], 'beatmap_discussion_posts_controller' => [ '_' => 'viestit beatmap-keskustelussa', @@ -41,10 +41,10 @@ '_' => 'beatmap-keskustelut', ], 'beatmap_packs_controller' => [ - '_' => '', + '_' => 'rytmikarttapaketit', ], 'beatmapset_discussion_votes_controller' => [ - '_' => '', + '_' => 'rytmikartan keskustelun äänestys', ], 'beatmapset_events_controller' => [ '_' => 'beatmap-historiikki', @@ -77,7 +77,7 @@ 'testflight' => 'testflight', ], 'legal_controller' => [ - '_' => '', + '_' => 'tiedot', ], 'livestreams_controller' => [ '_' => 'suoralähetykset', @@ -101,15 +101,15 @@ '_' => 'suorituskyky', ], 'seasons_controller' => [ - '_' => '', + '_' => 'tilastot', ], 'tournaments_controller' => [ '_' => 'turnaukset', ], 'users_controller' => [ '_' => 'pelaajatiedot', - 'create' => '', - 'disabled' => 'ilmoitus', + 'create' => 'luo tili', + 'disabled' => 'huomautus', ], 'wiki_controller' => [ '_' => 'wiki', diff --git a/resources/lang/fi/quick_search.php b/resources/lang/fi/quick_search.php index 22275f5283f..f66af742bcf 100644 --- a/resources/lang/fi/quick_search.php +++ b/resources/lang/fi/quick_search.php @@ -16,6 +16,6 @@ 'empty' => 'Ei tuloksia', 'empty_for' => 'Ei tuloksia :modes', 'more' => 'Lisää :mode Hakutuloksia', - 'title' => '', + 'title' => ':mode-pelimuodon hakutulokset', ], ]; diff --git a/resources/lang/fi/users.php b/resources/lang/fi/users.php index e6df011920a..6218ce6f359 100644 --- a/resources/lang/fi/users.php +++ b/resources/lang/fi/users.php @@ -81,7 +81,7 @@ 'reasons' => [ 'compromised' => 'Tilisi on katsottu vaarannetuksi. Se voidaan poistaa käytöstä väliaikaisesti, siihen asti kunnes käyttäjän henkilöllisyys on vahvistettu.', - 'opening' => 'Tässä pari mahdollista syytä tilisi lukitsemiseen', + 'opening' => 'Tässä pari mahdollista syytä tilisi lukitsemiseen:', 'tos' => [ '_' => 'Olet rikkonut yhtä tai useampaa :community_rules tai :tos.', @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => 'käyttäjän :username viestit', ], @@ -165,7 +173,7 @@ 'show' => [ 'age' => ':age vuotta vanha', 'change_avatar' => 'vaihda profiilikuvasi!', - 'first_members' => 'Täällä alusta lähtien', + 'first_members' => 'Täällä alusta alkaen', 'is_developer' => 'osu!kehittäjä', 'is_supporter' => 'Tukija', 'joined_at' => 'Liittyi :date', @@ -200,20 +208,20 @@ 'restriction_info' => [ '_' => 'Kuvien lähetys käytettävissä vain :link', - 'link' => 'osu!kannattajat', + 'link' => 'osu!tukijoille', ], ], ], 'default_playmode' => [ - 'is_default_tooltip' => 'oletus pelimuoto', + 'is_default_tooltip' => 'oletuspelimuoto', 'set' => 'aseta :mode: profiilin oletetuksi pelimuodoksi', ], ], 'extra' => [ 'none' => 'ei mitään', - 'unranked' => 'Ei viimeaikaisia pelejä', + 'unranked' => 'Ei viimeaikaisia pelauksia', 'achievements' => [ 'achieved-on' => 'Saavutuspäivä :date', @@ -268,7 +276,7 @@ 'title' => 'Pelatuimmat Beatmapit', ], 'recent_plays' => [ - 'accuracy' => 'tarkkuus :percentage', + 'accuracy' => 'tarkkuus: :percentage', 'title' => 'Viimeisimmät pelaukset (24h)', ], 'replays_watched_counts' => [ @@ -378,7 +386,7 @@ 'vote_count' => ':count_delimited ääni|:count_delimited ääntä', ], 'account_standing' => [ - 'title' => 'Tilin tila', + 'title' => 'Käyttäjän tilanne', 'bad_standing' => ":username ei ole käyttäytynyt hyvin :(", 'remaining_silence' => ':username pystyy puhumaan seuraavan kerran :duration.', @@ -418,7 +426,7 @@ ], 'page' => [ 'button' => 'Muokkaa profiilisivua', - 'description' => 'Minä! on henkilökohtainen alue profiilisivullasi, jota voit muokata.', + 'description' => 'minä! on henkilökohtainen alue profiilisivullasi, jota voit muokata.', 'edit_big' => 'Muokkaa minua!', 'placeholder' => 'Kirjoita sivun sisältö tähän', @@ -436,21 +444,21 @@ 'country_simple' => 'Maakohtainen sijoitus', 'global' => 'Maailmanlaajuinen sijoitus pelimuodossa :mode', 'global_simple' => 'Maailmanlaajuinen sijoitus', - 'highest' => 'Korkein sija :rank oli :date', + 'highest' => 'Paras sijoitus: :rank päivänä :date', ], 'stats' => [ - 'hit_accuracy' => 'Tarkkuus', + 'hit_accuracy' => 'Osumatarkkuus', 'level' => 'Taso :level', - 'level_progress' => 'Eteneminen seuraavalle tasolle', + 'level_progress' => 'edistyminen seuraavalle tasolle', 'maximum_combo' => 'Suurin combo', 'medals' => 'Mitalit', 'play_count' => 'Pelikertoja', - 'play_time' => 'Pelattu aika', + 'play_time' => 'Peliaika yhteensä', 'ranked_score' => 'Tilastoidut pisteet', 'replays_watched_by_others' => 'Muiden Katsomat Uusinnat', 'score_ranks' => 'Luokitukset', - 'total_hits' => 'Osumat', - 'total_score' => 'Kokonaispisteet', + 'total_hits' => 'Osumia yhteensä', + 'total_score' => 'Pisteitä yhteensä', // modding stats 'graveyard_beatmapset_count' => 'Kuopatut Beatmapit', 'loved_beatmapset_count' => 'Rakastetut Beatmapit', @@ -467,7 +475,7 @@ 'status' => [ 'all' => 'Kaikki', 'online' => 'Paikalla', - 'offline' => 'Poissa', + 'offline' => 'Ei paikalla', ], 'store' => [ 'from_client' => 'rekisteröidy pelin kautta!', diff --git a/resources/lang/fil/users.php b/resources/lang/fil/users.php index 42ff219f528..4ed4e2b12b4 100644 --- a/resources/lang/fil/users.php +++ b/resources/lang/fil/users.php @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => 'Mga post ni :username', ], diff --git a/resources/lang/fr/accounts.php b/resources/lang/fr/accounts.php index cd3433a159a..6c925912dc0 100644 --- a/resources/lang/fr/accounts.php +++ b/resources/lang/fr/accounts.php @@ -19,8 +19,8 @@ 'new_confirmation' => 'confirmation de l\'e-mail', 'title' => 'E-mail', 'locked' => [ - '_' => '', - 'accounts' => '', + '_' => 'Veuillez contacter l\':accounts: si vous avez besoin de mettre à jour votre adresse e-mail.', + 'accounts' => 'équipe d\'assistance aux comptes', ], ], diff --git a/resources/lang/fr/authorization.php b/resources/lang/fr/authorization.php index 362795fa68d..cd5827bba3a 100644 --- a/resources/lang/fr/authorization.php +++ b/resources/lang/fr/authorization.php @@ -186,7 +186,7 @@ ], ], 'update_email' => [ - 'locked' => '', + 'locked' => 'l\'adresse e-mail est verrouillée', ], ], ]; diff --git a/resources/lang/fr/beatmaps.php b/resources/lang/fr/beatmaps.php index 85d25ac8d88..d1e45585e92 100644 --- a/resources/lang/fr/beatmaps.php +++ b/resources/lang/fr/beatmaps.php @@ -151,7 +151,7 @@ 'status-messages' => [ 'approved' => 'Cette beatmap a été approuvée le :date !', - 'graveyard' => "Cette beatmap n'a pas été modifiée depuis :date et a sûrement été abandonnée par son créateur...", + 'graveyard' => "Cette beatmap n'a pas été modifiée depuis le :date et a donc été placée au cimetière...", 'loved' => 'Cette beatmap a été ajoutée à la catégorie Loved le :date !', 'ranked' => 'Cette beatmap a été classée le :date !', 'wip' => 'Remarque : Cette beatmap a été marquée comme en cours de travail par son créateur.', @@ -269,7 +269,7 @@ ], 'general' => [ 'converts' => 'Inclure les beatmaps converties', - 'featured_artists' => 'Featured artists', + 'featured_artists' => 'Featured Artists', 'follows' => 'Mappeurs suivis', 'recommended' => 'Difficulté recommandée', 'spotlights' => 'Beatmaps spotlight', diff --git a/resources/lang/fr/beatmapsets.php b/resources/lang/fr/beatmapsets.php index a66baa0baf8..5b6fb4f6ee2 100644 --- a/resources/lang/fr/beatmapsets.php +++ b/resources/lang/fr/beatmapsets.php @@ -20,7 +20,7 @@ ], 'featured_artist_badge' => [ - 'label' => 'Featured artist', + 'label' => 'Featured Artist', ], 'index' => [ @@ -182,7 +182,7 @@ 'no_scores' => [ 'country' => 'Personne de votre pays n\'a encore fait un score !', - 'friend' => 'Aucun de vos amis n\'a encore établi de score sur cette map !', + 'friend' => 'Aucun de vos amis n\'a encore établi de score sur cette beatmap !', 'global' => 'Pas de scores. Peut-être devriez-vous en faire un ?', 'loading' => 'Chargement des scores...', 'unranked' => 'Beatmap non classée.', diff --git a/resources/lang/fr/comments.php b/resources/lang/fr/comments.php index 2a93d9558d4..a26737fdd3f 100644 --- a/resources/lang/fr/comments.php +++ b/resources/lang/fr/comments.php @@ -45,7 +45,7 @@ 'placeholder' => [ 'edit' => 'Éditer le commentaire ici', - 'new' => 'Tapez le nouveau commentaire ici', + 'new' => 'Tapez un nouveau commentaire ici', 'reply' => 'Tapez votre réponse ici', ], diff --git a/resources/lang/fr/common.php b/resources/lang/fr/common.php index b944a6f8dec..1fe3840df14 100644 --- a/resources/lang/fr/common.php +++ b/resources/lang/fr/common.php @@ -23,7 +23,7 @@ 'authorise' => 'Autoriser', 'authorising' => 'Autorisation en cours...', 'back_to_previous' => 'Retour à la position précédente', - 'back_to_top' => 'Retour en haut', + 'back_to_top' => 'Haut de page', 'cancel' => 'Annuler', 'change' => 'changer', 'clear' => 'Effacer', @@ -35,7 +35,7 @@ 'edit' => 'Éditer', 'expand' => 'agrandir', 'hide' => 'masquer', - 'permalink' => 'permalink', + 'permalink' => 'permalien', 'pin' => 'épingler', 'post' => 'Poster', 'read_more' => 'lire plus', diff --git a/resources/lang/fr/community.php b/resources/lang/fr/community.php index 4037f621bd8..d3c3c36765f 100644 --- a/resources/lang/fr/community.php +++ b/resources/lang/fr/community.php @@ -23,7 +23,7 @@ 'description' => 'Les contributions vont vers les serveurs pour faire fonctionner le site, les services multijoueurs, les classements en ligne, etc.', ], 'featured-artists' => [ - 'title' => 'Featured artists', + 'title' => 'Featured Artists', 'description' => 'Avec votre soutien, nous pouvons réunir encore plus d\'artistes géniaux et obtenir les droits de plus de musiques afin de les utiliser sur osu!', 'link_text' => 'Voir la liste actuelle »', ], diff --git a/resources/lang/fr/events.php b/resources/lang/fr/events.php index 7304d8f31cd..350a89a2109 100644 --- a/resources/lang/fr/events.php +++ b/resources/lang/fr/events.php @@ -27,6 +27,6 @@ ], 'value' => [ - 'rank' => '', + 'rank' => 'rang #:rank', ], ]; diff --git a/resources/lang/fr/forum.php b/resources/lang/fr/forum.php index 1309021255a..9b4e9ec4e8e 100644 --- a/resources/lang/fr/forum.php +++ b/resources/lang/fr/forum.php @@ -90,7 +90,7 @@ 'reply_box_placeholder' => 'Tapez ici pour répondre', 'reply_title_prefix' => 'Re', 'started_by' => 'par :user', - 'started_by_verbose' => 'suivi par :user', + 'started_by_verbose' => 'commencé par :user', 'actions' => [ 'destroy' => 'Supprimer le sujet', diff --git a/resources/lang/fr/notifications.php b/resources/lang/fr/notifications.php index 0f92bd74378..c42a07c7b89 100644 --- a/resources/lang/fr/notifications.php +++ b/resources/lang/fr/notifications.php @@ -19,7 +19,7 @@ 'build' => 'versions', 'channel' => 'tchat', 'forum_topic' => 'forum', - 'news_post' => 'actualités', + 'news_post' => 'news', 'user' => 'profil', ], @@ -38,7 +38,7 @@ '_' => 'Beatmap', 'beatmap_owner_change' => [ - '_' => 'Difficultés invités', + '_' => 'Guest difficulty', 'beatmap_owner_change' => 'Vous êtes maintenant propriétaire de la difficulté ":beatmap" pour la beatmap ":title"', 'beatmap_owner_change_compact' => 'Vous êtes maintenant propriétaire de la difficulté ":beatmap"', ], diff --git a/resources/lang/fr/rankings.php b/resources/lang/fr/rankings.php index f8c8dc2ccb1..9a629987563 100644 --- a/resources/lang/fr/rankings.php +++ b/resources/lang/fr/rankings.php @@ -55,7 +55,7 @@ 'performance' => 'Performance', 'total_score' => 'Score total', 'ranked_score' => 'Score classé', - 'average_score' => 'Score Moyen', + 'average_score' => 'Score moyen', 'average_performance' => 'Performance moyenne', 'ss' => '', 's' => '', diff --git a/resources/lang/fr/users.php b/resources/lang/fr/users.php index bb84caa27b3..c23ccdf4378 100644 --- a/resources/lang/fr/users.php +++ b/resources/lang/fr/users.php @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => 'Posts de :username', ], @@ -435,7 +443,7 @@ 'country' => 'Classement national en :mode', 'country_simple' => 'Classement Pays', 'global' => 'Classement global en :mode', - 'global_simple' => 'Classement Global', + 'global_simple' => 'Classement global', 'highest' => 'Meilleur rang : :rank le :date', ], 'stats' => [ diff --git a/resources/lang/fr/wiki.php b/resources/lang/fr/wiki.php index b06b0e963e1..2e16325d097 100644 --- a/resources/lang/fr/wiki.php +++ b/resources/lang/fr/wiki.php @@ -6,9 +6,9 @@ return [ 'show' => [ 'fallback_translation' => 'La page demandée n\'est pas encore traduite dans la langue sélectionnée (:language). Affichage de la version anglaise.', - 'incomplete_or_outdated' => 'Le contenu de cette page est incomplet ou obsolète. Si vous souhaitez aider, veuillez mettre à jour l\'article !', + 'incomplete_or_outdated' => 'Le contenu de cette page est incomplet ou obsolète. Si vous êtes en mesure d\'aider, veuillez envisager de mettre à jour l\'article !', 'missing' => 'La page demandée ":keyword" n\'a pas été trouvée.', - 'missing_title' => 'Non trouvé', + 'missing_title' => 'Introuvable', 'missing_translation' => 'La page demandée n\'a pas pu être trouvée pour la langue sélectionnée.', 'needs_cleanup_or_rewrite' => 'Cette page ne répond pas aux normes de l\'osu! wiki et doit être améliorée ou réécrite. Si vous souhaitez aider, vous pouvez mettre à jour l\'article !', 'search' => 'Rechercher des pages existantes pour :link.', diff --git a/resources/lang/he/users.php b/resources/lang/he/users.php index 9d18068800b..cc11289520c 100644 --- a/resources/lang/he/users.php +++ b/resources/lang/he/users.php @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => 'פוסטים של :username', ], diff --git a/resources/lang/hr-HR/users.php b/resources/lang/hr-HR/users.php index 61ef2964844..2efa393a0a0 100644 --- a/resources/lang/hr-HR/users.php +++ b/resources/lang/hr-HR/users.php @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => 'Objave od :username', ], diff --git a/resources/lang/hu/users.php b/resources/lang/hu/users.php index 7db54549b51..dde300a8d58 100644 --- a/resources/lang/hu/users.php +++ b/resources/lang/hu/users.php @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => ':username hozzászólásai', ], diff --git a/resources/lang/id/accounts.php b/resources/lang/id/accounts.php index ea947a1f404..aa68b517d80 100644 --- a/resources/lang/id/accounts.php +++ b/resources/lang/id/accounts.php @@ -19,8 +19,8 @@ 'new_confirmation' => 'konfirmasi email', 'title' => 'Email', 'locked' => [ - '_' => '', - 'accounts' => '', + '_' => 'Harap hubungi :accounts jika kamu ingin memperbarui email.', + 'accounts' => 'tim bantuan akun', ], ], diff --git a/resources/lang/id/artist.php b/resources/lang/id/artist.php index 8b024e3d69d..5fd3ef9a8fa 100644 --- a/resources/lang/id/artist.php +++ b/resources/lang/id/artist.php @@ -4,7 +4,7 @@ // See the LICENCE file in the repository root for full licence text. return [ - 'page_description' => 'Featured artist di osu!', + 'page_description' => 'Artis unggulan osu!', 'title' => 'Featured Artist', 'admin' => [ diff --git a/resources/lang/id/authorization.php b/resources/lang/id/authorization.php index 0adf7d11b58..d61e4fac8d7 100644 --- a/resources/lang/id/authorization.php +++ b/resources/lang/id/authorization.php @@ -186,7 +186,7 @@ ], ], 'update_email' => [ - 'locked' => '', + 'locked' => 'alamat email terkunci', ], ], ]; diff --git a/resources/lang/id/community.php b/resources/lang/id/community.php index 0e0a26360ff..02769fd3aa3 100644 --- a/resources/lang/id/community.php +++ b/resources/lang/id/community.php @@ -15,7 +15,7 @@ 'title' => 'Mengapa saya harus mendukung osu!? Ke mana saja uangnya akan disalurkan?', 'team' => [ - 'title' => 'Upah Tim Kami', + 'title' => 'Dukung Tim kami', 'description' => 'osu! dikembangkan dan dikelola oleh tim yang berukuran kecil. Dukunganmu akan sangat membantu... keberlangsungan hidup mereka.', ], 'infra' => [ diff --git a/resources/lang/id/events.php b/resources/lang/id/events.php index 0ffbbf705c3..3b8dadde94d 100644 --- a/resources/lang/id/events.php +++ b/resources/lang/id/events.php @@ -27,6 +27,6 @@ ], 'value' => [ - 'rank' => '', + 'rank' => 'peringkat #:rank', ], ]; diff --git a/resources/lang/id/users.php b/resources/lang/id/users.php index f8ebd09bf98..9f723671860 100644 --- a/resources/lang/id/users.php +++ b/resources/lang/id/users.php @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => 'Postingan :username', ], diff --git a/resources/lang/it/accounts.php b/resources/lang/it/accounts.php index aa282733704..d27938b097f 100644 --- a/resources/lang/it/accounts.php +++ b/resources/lang/it/accounts.php @@ -19,8 +19,8 @@ 'new_confirmation' => 'conferma email', 'title' => 'Email', 'locked' => [ - '_' => '', - 'accounts' => '', + '_' => 'Per favore contatta il :accounts se hai bisogno di aggiornare il tuo indirizzo email.', + 'accounts' => 'team di supporto account', ], ], diff --git a/resources/lang/it/authorization.php b/resources/lang/it/authorization.php index 897b192d006..edbba88fa45 100644 --- a/resources/lang/it/authorization.php +++ b/resources/lang/it/authorization.php @@ -186,7 +186,7 @@ ], ], 'update_email' => [ - 'locked' => '', + 'locked' => 'l\'indirizzo email è bloccato', ], ], ]; diff --git a/resources/lang/it/events.php b/resources/lang/it/events.php index d2bfb09872c..9f87eec0ddf 100644 --- a/resources/lang/it/events.php +++ b/resources/lang/it/events.php @@ -12,7 +12,7 @@ 'beatmapset_update' => ':user ha aggiornato la beatmap ":beatmapset"', 'beatmapset_upload' => ':user ha inviato una nuova beatmap ":beatmapset"', 'empty' => "Questo utente non ha fatto nulla degno di nota recentemente!", - 'rank' => ':user ha ottenuto il posto #:rank su :beatmap (:mode)', + 'rank' => ':user ha raggiunto :rank su :beatmap (:mode)', 'rank_lost' => ':user ha perso il primo posto su :beatmap (:mode)', 'user_support_again' => ':user ha scelto ancora una volta di sostenere osu! - grazie per la tua generosità!', 'user_support_first' => ':user ha supportato osu! - grazie per la tua generosità!', @@ -27,6 +27,6 @@ ], 'value' => [ - 'rank' => '', + 'rank' => 'la posizione #:rank', ], ]; diff --git a/resources/lang/it/users.php b/resources/lang/it/users.php index 3fb27c85bc3..7f03fc0e7aa 100644 --- a/resources/lang/it/users.php +++ b/resources/lang/it/users.php @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => 'Post di :username', ], diff --git a/resources/lang/ja/users.php b/resources/lang/ja/users.php index 0e60d0684a9..9f67ed82c32 100644 --- a/resources/lang/ja/users.php +++ b/resources/lang/ja/users.php @@ -37,7 +37,7 @@ 'blocked_count' => 'ブロックしたユーザー(:count)', 'hide_profile' => 'プロフィールを隠す', 'hide_comment' => '隠す', - 'forum_post_text' => '', + 'forum_post_text' => 'この投稿を隠す。', 'not_blocked' => 'このユーザーはブロックされていません。', 'show_profile' => 'プロフィールを表示', 'show_comment' => '表示', @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => ':usernameの投稿', ], diff --git a/resources/lang/kk-KZ/users.php b/resources/lang/kk-KZ/users.php index 0c7e855d0de..17a1487c6bb 100644 --- a/resources/lang/kk-KZ/users.php +++ b/resources/lang/kk-KZ/users.php @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => '', ], diff --git a/resources/lang/ko/accounts.php b/resources/lang/ko/accounts.php index fe184d2fbcf..6d0c73bc4c2 100644 --- a/resources/lang/ko/accounts.php +++ b/resources/lang/ko/accounts.php @@ -19,8 +19,8 @@ 'new_confirmation' => '이메일 주소 확인', 'title' => '이메일', 'locked' => [ - '_' => '', - 'accounts' => '', + '_' => '이메일 변경이 필요하시다면 :accounts에 연락해 주세요.', + 'accounts' => '계정 지원 팀', ], ], diff --git a/resources/lang/ko/authorization.php b/resources/lang/ko/authorization.php index ddeaaa0e8b1..c6d0eb0e7bb 100644 --- a/resources/lang/ko/authorization.php +++ b/resources/lang/ko/authorization.php @@ -186,7 +186,7 @@ ], ], 'update_email' => [ - 'locked' => '', + 'locked' => '이메일 주소가 잠겨있습니다.', ], ], ]; diff --git a/resources/lang/ko/events.php b/resources/lang/ko/events.php index fbbd550ff4e..96caecfac6f 100644 --- a/resources/lang/ko/events.php +++ b/resources/lang/ko/events.php @@ -27,6 +27,6 @@ ], 'value' => [ - 'rank' => '', + 'rank' => '순위 #:rank', ], ]; diff --git a/resources/lang/ko/home.php b/resources/lang/ko/home.php index d4633e5bb61..01acb96a0e8 100644 --- a/resources/lang/ko/home.php +++ b/resources/lang/ko/home.php @@ -10,7 +10,7 @@ 'peak' => '최다 동시 접속자 수: :count명', 'players' => ':count명이 가입되어 있고', 'title' => '환영합니다', - 'see_more_news' => '소식 더 보기', + 'see_more_news' => '뉴스 더 보기', 'slogan' => [ 'main' => '최고의 무료 리듬 게임', @@ -123,8 +123,8 @@ 'user' => [ 'title' => '대시보드', 'news' => [ - 'title' => '소식', - 'error' => '소식을 불러오는 도중 문제가 발생했습니다, 페이지를 한 번 새로고침 해보시겠어요?...', + 'title' => '뉴스', + 'error' => '뉴스를 불러오는 도중 문제가 발생했습니다, 페이지를 한 번 새로고침 해보시겠어요?...', ], 'header' => [ 'stats' => [ diff --git a/resources/lang/ko/news.php b/resources/lang/ko/news.php index 492580fbf32..763f2e50b38 100644 --- a/resources/lang/ko/news.php +++ b/resources/lang/ko/news.php @@ -5,7 +5,7 @@ return [ 'index' => [ - 'title_page' => 'osu!소식', + 'title_page' => 'osu!news', 'nav' => [ 'newer' => '최근 글', @@ -13,7 +13,7 @@ ], 'title' => [ - '_' => '소식', + '_' => '뉴스', 'info' => '메인 화면', ], ], @@ -27,7 +27,7 @@ ], 'title' => [ - '_' => '소식', + '_' => '뉴스', 'info' => '게시글', ], ], diff --git a/resources/lang/ko/notifications.php b/resources/lang/ko/notifications.php index abd4e2df98f..08290ec0880 100644 --- a/resources/lang/ko/notifications.php +++ b/resources/lang/ko/notifications.php @@ -19,7 +19,7 @@ 'build' => '빌드', 'channel' => '채팅', 'forum_topic' => '포럼', - 'news_post' => '소식', + 'news_post' => '뉴스', 'user' => '프로필', ], @@ -28,7 +28,7 @@ 'user' => '프로필', 'beatmapset' => '비트맵', 'forum_topic' => '포럼', - 'news_post' => '소식', + 'news_post' => '뉴스', 'build' => '빌드 버전', 'channel' => '채팅', ], @@ -131,7 +131,7 @@ ], 'news_post' => [ - '_' => '소식', + '_' => '뉴스', 'comment' => [ '_' => '새 댓글', diff --git a/resources/lang/ko/page_title.php b/resources/lang/ko/page_title.php index 41693a6e970..bb407c9e700 100644 --- a/resources/lang/ko/page_title.php +++ b/resources/lang/ko/page_title.php @@ -86,7 +86,7 @@ '_' => '경기', ], 'news_controller' => [ - '_' => '소식', + '_' => '뉴스', ], 'notifications_controller' => [ '_' => '알림 기록', diff --git a/resources/lang/ko/users.php b/resources/lang/ko/users.php index 3805f833e05..6d698461b13 100644 --- a/resources/lang/ko/users.php +++ b/resources/lang/ko/users.php @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => ':username님의 글', ], diff --git a/resources/lang/lt/users.php b/resources/lang/lt/users.php index 7536d83165c..58cf634875b 100644 --- a/resources/lang/lt/users.php +++ b/resources/lang/lt/users.php @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => ':username įrašai', ], diff --git a/resources/lang/lv-LV/users.php b/resources/lang/lv-LV/users.php index 90e74d3b2d0..1435961ede4 100644 --- a/resources/lang/lv-LV/users.php +++ b/resources/lang/lv-LV/users.php @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => ':username raksti', ], diff --git a/resources/lang/ms-MY/users.php b/resources/lang/ms-MY/users.php index 0edd0a72dcb..e0f68e9ccda 100644 --- a/resources/lang/ms-MY/users.php +++ b/resources/lang/ms-MY/users.php @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => '', ], diff --git a/resources/lang/nl/users.php b/resources/lang/nl/users.php index 0a6a6545880..5a439b58a63 100644 --- a/resources/lang/nl/users.php +++ b/resources/lang/nl/users.php @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => ':username\'s berichten', ], diff --git a/resources/lang/no/users.php b/resources/lang/no/users.php index def6748bb00..40b971ea1c5 100644 --- a/resources/lang/no/users.php +++ b/resources/lang/no/users.php @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => 'Innleggene til :username', ], diff --git a/resources/lang/pl/accounts.php b/resources/lang/pl/accounts.php index 3be73f587a3..e2a36d0039e 100644 --- a/resources/lang/pl/accounts.php +++ b/resources/lang/pl/accounts.php @@ -19,7 +19,7 @@ 'new_confirmation' => 'potwierdź e-mail', 'title' => 'E-mail', 'locked' => [ - '_' => '', + '_' => 'Skontaktuj się z :accounts jeśli chcesz zaktualizować swój adres e-mail.', 'accounts' => '', ], ], diff --git a/resources/lang/pl/events.php b/resources/lang/pl/events.php index 832964649bb..e8c5893daa6 100644 --- a/resources/lang/pl/events.php +++ b/resources/lang/pl/events.php @@ -27,6 +27,6 @@ ], 'value' => [ - 'rank' => '', + 'rank' => 'pozycja #:rank', ], ]; diff --git a/resources/lang/pl/users.php b/resources/lang/pl/users.php index 769c885859c..dd47398f827 100644 --- a/resources/lang/pl/users.php +++ b/resources/lang/pl/users.php @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => 'Posty użytkownika :username', ], diff --git a/resources/lang/pt-br/accounts.php b/resources/lang/pt-br/accounts.php index 2779e5c5539..f89d7e777d2 100644 --- a/resources/lang/pt-br/accounts.php +++ b/resources/lang/pt-br/accounts.php @@ -19,8 +19,8 @@ 'new_confirmation' => 'confirmar email', 'title' => 'Email', 'locked' => [ - '_' => '', - 'accounts' => '', + '_' => 'Por favor, contate :accounts se precisar atualizar o seu email.', + 'accounts' => 'equipe de suporte de contas', ], ], diff --git a/resources/lang/pt-br/authorization.php b/resources/lang/pt-br/authorization.php index 81718d08db1..8c9965fdcf4 100644 --- a/resources/lang/pt-br/authorization.php +++ b/resources/lang/pt-br/authorization.php @@ -186,7 +186,7 @@ ], ], 'update_email' => [ - 'locked' => '', + 'locked' => 'o endereço de email está bloqueado', ], ], ]; diff --git a/resources/lang/pt-br/events.php b/resources/lang/pt-br/events.php index 436cf8ab6a2..bc13b065ad1 100644 --- a/resources/lang/pt-br/events.php +++ b/resources/lang/pt-br/events.php @@ -27,6 +27,6 @@ ], 'value' => [ - 'rank' => '', + 'rank' => 'rank #:rank', ], ]; diff --git a/resources/lang/pt-br/users.php b/resources/lang/pt-br/users.php index 27d402397df..deba1f1a3ea 100644 --- a/resources/lang/pt-br/users.php +++ b/resources/lang/pt-br/users.php @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => 'Rank (:ruleset): :global | :country', + 'country' => 'País :rank', + 'global' => 'Global :rank', + ], + ], + 'posts' => [ 'title' => 'postagens de :username', ], diff --git a/resources/lang/pt/accounts.php b/resources/lang/pt/accounts.php index 892464ab8c5..dd44ea9bcf5 100644 --- a/resources/lang/pt/accounts.php +++ b/resources/lang/pt/accounts.php @@ -19,8 +19,8 @@ 'new_confirmation' => 'confirmação do email', 'title' => 'Email', 'locked' => [ - '_' => '', - 'accounts' => '', + '_' => 'Entra em contacto com :accounts se precisares de atualizar o teu email.', + 'accounts' => 'equipa de apoio à conta', ], ], diff --git a/resources/lang/pt/authorization.php b/resources/lang/pt/authorization.php index 9fb8d186667..899457a1569 100644 --- a/resources/lang/pt/authorization.php +++ b/resources/lang/pt/authorization.php @@ -186,7 +186,7 @@ ], ], 'update_email' => [ - 'locked' => '', + 'locked' => 'o endereço de email está bloqueado', ], ], ]; diff --git a/resources/lang/pt/beatmaps.php b/resources/lang/pt/beatmaps.php index 593ec659f3a..9bbcbc9aa43 100644 --- a/resources/lang/pt/beatmaps.php +++ b/resources/lang/pt/beatmaps.php @@ -79,15 +79,15 @@ ], 'message_type_title' => [ - 'disqualify' => '', - 'hype' => '', - 'mapper_note' => '', + 'disqualify' => 'Publicar desqualificação', + 'hype' => 'Publicar Hype!', + 'mapper_note' => 'Publicar observação', 'nomination_reset' => 'Remover todas as nomeações', - 'praise' => '', - 'problem' => '', - 'problem_warning' => '', - 'review' => '', - 'suggestion' => '', + 'praise' => 'Publicar elogio', + 'problem' => 'Publicar problema', + 'problem_warning' => 'Publicar problema', + 'review' => 'Publicar análise', + 'suggestion' => 'Publicar sugestão', ], 'mode' => [ diff --git a/resources/lang/pt/events.php b/resources/lang/pt/events.php index 61f63f58ae1..39682b37ebb 100644 --- a/resources/lang/pt/events.php +++ b/resources/lang/pt/events.php @@ -27,6 +27,6 @@ ], 'value' => [ - 'rank' => '', + 'rank' => 'grau #:rank', ], ]; diff --git a/resources/lang/pt/users.php b/resources/lang/pt/users.php index b2c043dafd3..4c5e5972a4f 100644 --- a/resources/lang/pt/users.php +++ b/resources/lang/pt/users.php @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => 'Publicações de :username', ], diff --git a/resources/lang/ro/accounts.php b/resources/lang/ro/accounts.php index 1787fbc6ca6..2681417574e 100644 --- a/resources/lang/ro/accounts.php +++ b/resources/lang/ro/accounts.php @@ -19,8 +19,8 @@ 'new_confirmation' => 'confirmare e-mail', 'title' => 'E-mail', 'locked' => [ - '_' => '', - 'accounts' => '', + '_' => 'Vă rugăm să contactați :accounts dacă aveți nevoie să vă actualizați e-mailul.', + 'accounts' => 'echipa de suport conturi', ], ], diff --git a/resources/lang/ro/authorization.php b/resources/lang/ro/authorization.php index cce903934f1..9c00e65549d 100644 --- a/resources/lang/ro/authorization.php +++ b/resources/lang/ro/authorization.php @@ -112,7 +112,7 @@ 'store' => [ 'play_more' => 'Te rugăm să încerci să te joci înainte de a posta pe forum. Dacă ai o problemă în ceea ce privește jocul, te rugăm să o postezi pe forum-ul de ajutor și asistență.', - 'too_many_help_posts' => "Trebuie să te joci înainte de a putea face postări suplimentare. Dacă ai o problemă legată de joc, trimite un e-mail la support@ppy.sh", // FIXME: unhardcode email address. + 'too_many_help_posts' => "Trebuie să te joci mai mult înainte de a putea face postări suplimentare. Dacă încă mai ai probleme legate de jucatul jocului, trimite un e-mail la support@ppy.sh", // FIXME: unhardcode email address. ], ], @@ -186,7 +186,7 @@ ], ], 'update_email' => [ - 'locked' => '', + 'locked' => 'adresa de e-mail este blocată', ], ], ]; diff --git a/resources/lang/ro/beatmaps.php b/resources/lang/ro/beatmaps.php index a7432959d6f..67df473d7c4 100644 --- a/resources/lang/ro/beatmaps.php +++ b/resources/lang/ro/beatmaps.php @@ -151,7 +151,7 @@ 'status-messages' => [ 'approved' => 'Acest beatmap a fost aprobat pe :date!', - 'graveyard' => "Acest beatmap nu a fost actualizat din :date și este cel mai probabil abandonat de către creator...", + 'graveyard' => "Acest beatmap nu a fost actualizat din :date așa că a fost marcat ca și inactiv...", 'loved' => 'Acest beatmap a fost adăugat la Iubit pe :date!', 'ranked' => 'Acest beatmap a fost clasat pe :date!', 'wip' => 'Notă: Acest beatmap este marcat ca fiind în lucru de către creator.', @@ -246,7 +246,7 @@ 'mode' => 'Mod', 'nsfw' => 'Conținut Obscen', 'played' => 'Jucat', - 'rank' => 'Clasament Obținut', + 'rank' => 'Grad Obținut', 'status' => 'Categorii', ], 'sorting' => [ diff --git a/resources/lang/ro/community.php b/resources/lang/ro/community.php index 4a4479ca107..b25ba821e7d 100644 --- a/resources/lang/ro/community.php +++ b/resources/lang/ro/community.php @@ -86,7 +86,7 @@ 'beatmap_filters' => [ 'title' => 'Filtre Beatmap-uri', - 'description' => 'Filtrează căutările de beatmap-uri prin mape jucate și nejucate, dar și prin clasamentul obținut.', + 'description' => 'Filtrează căutările de beatmap-uri prin mape jucate și nejucate, dar și prin gradul obținut.', ], 'yellow_fellow' => [ diff --git a/resources/lang/ro/events.php b/resources/lang/ro/events.php index 356c6d3a98d..3282499d1d9 100644 --- a/resources/lang/ro/events.php +++ b/resources/lang/ro/events.php @@ -27,6 +27,6 @@ ], 'value' => [ - 'rank' => '', + 'rank' => 'rang #:rank', ], ]; diff --git a/resources/lang/ro/mail.php b/resources/lang/ro/mail.php index 9cbedd81023..7f7adac3439 100644 --- a/resources/lang/ro/mail.php +++ b/resources/lang/ro/mail.php @@ -15,7 +15,7 @@ 'closing' => 'Cu stimă,', 'hello' => 'Bună :user,', 'report' => 'Vă rugăm să răspundeți la acest e-mail IMEDIAT dacă nu ați solicitat această modificare.', - 'ignore' => 'Dacă nu ai solicitat acest lucru, te rugăm să ignori acest email.', + 'ignore' => 'Dacă nu ai solicitat acest lucru, te rugăm să ignori acest e-mail.', ], 'donation_thanks' => [ @@ -54,7 +54,7 @@ 'store_payment_completed' => [ 'prepare_shipping' => 'Am primit plata ta și îti pregătim comanda ta pentru livrare. Poate dura câteva zile până o vom trimite, în funcție de numărul de comenzi. Poți urmări progresul comenzii tale aici, inclusiv detalii pentru urmărirea comenzii dacă sunt disponibile:', 'processing' => 'Am primit plata ta și momentan procesăm comanda. Poți urmări progresul comenzii tale aici:', - 'questions' => "Dacă ai întrebări/nelămuriri, nu ezita să răspunzi la acest email.", + 'questions' => "Dacă ai întrebări/nelămuriri, nu ezita să răspunzi la acest e-mail.", 'shipping' => 'Livrare', 'subject' => 'Am primit comanda ta din magazinul osu!', 'thank_you' => 'Mulțumim pentru comanda ta din magazinul osu!', @@ -72,8 +72,8 @@ ], 'user_email_updated' => [ - 'changed_to' => 'Acesta este un email de confirmare pentru a te informa că e-mailul tău osu! a fost modificat cu ":email".', - 'check' => 'Te rugăm să te asiguri că ai primit acest email la noua ta adresă, pentru a te asigura că nu îți vei pierde accesul la contul tău osu! în viitor.', + 'changed_to' => 'Acesta este un e-mail de confirmare pentru a te informa că e-mailul contului tău osu! a fost modificat la ":email".', + 'check' => 'Te rugăm să te asiguri că ai primit acest e-mail la noua ta adresă, pentru a te asigura că nu îți vei pierde accesul la contul tău osu! în viitor.', 'sent' => 'Din motive de securitate, acest e-mail a fost trimis atât la adresa de e-mail nouă, cât și la adresa veche.', 'subject' => 'confirmarea schimbării e-mailului în osu!', ], @@ -100,7 +100,7 @@ 'code' => 'Codul tău de verificare este:', 'code_hint' => 'Poți introduce codul cu sau fără spații.', 'link' => 'De asemenea, puteți vizita link-ul de mai jos pentru a finaliza verificarea:', - 'report' => 'Dacă nu ați solicitat acest lucru, te rugăm trimite un mesaj înapoi IMEDIAT la acest email, altfel contul tău poate fi în pericol.', + 'report' => 'Dacă nu ați solicitat acest lucru, vă rugăm să reveniți IMEDIAT cu un răspuns la acest e-mail, altfel contul dvs. poate fi în pericol.', 'subject' => 'verificarea contului osu!', 'action_from' => [ diff --git a/resources/lang/ro/model_validation.php b/resources/lang/ro/model_validation.php index f198eb012ae..cb47d9e96c2 100644 --- a/resources/lang/ro/model_validation.php +++ b/resources/lang/ro/model_validation.php @@ -134,7 +134,7 @@ 'user' => [ 'contains_username' => 'Parola nu poate conține numele de utilizator.', 'email_already_used' => 'Adresa de e-mail este deja folosită.', - 'email_not_allowed' => 'Adresa de e-mail nu poate fi folosită.', + 'email_not_allowed' => 'Adresa de e-mail nu este permisă.', 'invalid_country' => 'Țara nu se află în baza de date.', 'invalid_discord' => 'Nume de utilizator Discord invalid.', 'invalid_email' => "Nu pare să fie o adresă de e-mail validă.", @@ -159,7 +159,7 @@ 'attributes' => [ 'username' => 'Numele de utilizator', - 'user_email' => 'Email-ul', + 'user_email' => 'E-mailul', 'password' => 'Parola', ], diff --git a/resources/lang/ro/tournament.php b/resources/lang/ro/tournament.php index 8a5bcca7323..ae1fecf8bcc 100644 --- a/resources/lang/ro/tournament.php +++ b/resources/lang/ro/tournament.php @@ -24,7 +24,7 @@ 'show' => [ 'banner' => 'Sprijină-ți echipa', - 'entered' => 'Ești înscris în acest turneu.

Reține că acest lucru nu înseamnă că ai fost repartizat unei echipe.

Instrucțiunile suplimentare vor fi trimise prin e-mail mai aproape de data turneului, deci asigură-te că adresa de e-mail conectată la contul tău osu! este validă!', + 'entered' => 'Ești înscris în acest turneu.

Reține că acest lucru nu înseamnă că ai fost repartizat unei echipe.

Instrucțiuni suplimentare vor fi trimise prin e-mail mai aproape de data turneului, deci asigură-te că adresa de e-mail conectată la contul tău osu! este validă!', 'info_page' => 'Pagina de informații', 'login_to_register' => 'Te rugăm :login pentru a vedea detaliile de înregistrare!', 'not_yet_entered' => 'Nu ești înscris în acest turneu.', diff --git a/resources/lang/ro/user_verification.php b/resources/lang/ro/user_verification.php index 768226ce415..17f5626ae8f 100644 --- a/resources/lang/ro/user_verification.php +++ b/resources/lang/ro/user_verification.php @@ -11,7 +11,7 @@ 'issuing' => 'Se trimite un cod nou...', 'info' => [ - 'check_spam' => "Verifică-ți folderul spam dacă nu poți găsi e-mailul.", + 'check_spam' => "Asigurați-vă că ați verificat și directorul spam dacă nu puteți găsi e-mailul.", 'recover' => "Dacă nu-ți poți accesa e-mailul sau ai uitat ce adresă ai folosit, te rugăm să urmezi :link.", 'recover_link' => 'procesul de recuperare al e-mailului aici', 'reissue' => 'Poți, de asemenea, :reissue_link sau să :logout_link.', diff --git a/resources/lang/ro/users.php b/resources/lang/ro/users.php index 7622f5c26f6..31c8e460e85 100644 --- a/resources/lang/ro/users.php +++ b/resources/lang/ro/users.php @@ -75,8 +75,8 @@ 'warning' => "În cazul în care ați încălcat o regulă, vă rugăm să notați că în general este o perioadă de răcire de o lună în care vom considera orice cerere de amnesty. După această perioadă, simtete liber să ne contactezi dacă o găsești necesar. Vă rugăm să notați că după creearea unui cont nou ați avut unul dezactivat va rezulta într-un extesie în acestă răcire de o lună. Vă rugăm să notați și că pentru orice cont creat, încalci regulile în continuare. Vă recomandăm puternic să nu faceți asta!", 'if_mistake' => [ - '_' => 'Dacă credeți că a fost o greșeală, ești bine venit să ne contactezi (prin :email sau faceți clic pe "?" din colțul din drepta-jos de pe această pagină). Vă rugăm rețineți că suntem foarte siguri pe acțiunile noastre, care sunt bazate pe date concrete. Ne rezervăm dreptul de a vă respinge dacă considerăm că sunteți dezonest.', - 'email' => 'email', + '_' => 'Dacă credeți că a fost o greșeală, ești bine venit să ne contactezi (prin :email sau faceți clic pe "?" din colțul din drepta-jos de pe această pagină). Vă rugăm rețineți că suntem foarte siguri pe acțiunile noastre, care sunt bazate pe date concrete. Ne rezervăm dreptul de a vă respinge dacă considerăm că sunteți necinstit intenționat.', + 'email' => 'e-mail', ], 'reasons' => [ @@ -105,7 +105,7 @@ '_' => 'Autentifică-te', 'button' => 'Autentifică-te', 'button_posting' => 'Se conectează...', - 'email_login_disabled' => 'Înregistrarea cu email este momentan dezactivată. Vă rugăm folosiți numele de utilizator în schimb.', + 'email_login_disabled' => 'Conectarea prin e-mail este momentan dezactivată. Vă rugăm să folosiți numele de utilizator în schimb.', 'failed' => 'Conectare incorectă', 'forgot' => 'Ți-ai uitat parola?', 'info' => 'Pentru a continua, vă rugam să vă autentificaţi', @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => 'Postările lui :username', ], @@ -228,7 +236,7 @@ 'title' => 'Beatmap-uri Favorite', ], 'graveyard' => [ - 'title' => 'Beatmap-uri inactive', + 'title' => 'Beatmap-uri Inactive', ], 'guest' => [ 'title' => 'Beatmap-uri cu Participare ca Oaspete', diff --git a/resources/lang/ru/accounts.php b/resources/lang/ru/accounts.php index fc46125ab92..0483e42d3e6 100644 --- a/resources/lang/ru/accounts.php +++ b/resources/lang/ru/accounts.php @@ -19,8 +19,8 @@ 'new_confirmation' => 'повторите почту', 'title' => 'Смена почты', 'locked' => [ - '_' => '', - 'accounts' => '', + '_' => 'Напишите в :accounts, если хотите изменить адрес электронной почты.', + 'accounts' => 'службу поддержки', ], ], diff --git a/resources/lang/ru/authorization.php b/resources/lang/ru/authorization.php index e47fae97457..5a09b9b0e6b 100644 --- a/resources/lang/ru/authorization.php +++ b/resources/lang/ru/authorization.php @@ -186,7 +186,7 @@ ], ], 'update_email' => [ - 'locked' => '', + 'locked' => 'адрес электронной почты заблокирован от изменений', ], ], ]; diff --git a/resources/lang/ru/beatmap_discussions.php b/resources/lang/ru/beatmap_discussions.php index 21db70b6e73..27393abbc46 100644 --- a/resources/lang/ru/beatmap_discussions.php +++ b/resources/lang/ru/beatmap_discussions.php @@ -90,7 +90,7 @@ 'system' => [ 'resolved' => [ - 'true' => 'Помечено, как решённое пользователем :user', + 'true' => 'Помечено как решённое пользователем :user', 'false' => 'Возобновлено пользователем :user', ], ], diff --git a/resources/lang/ru/events.php b/resources/lang/ru/events.php index 4165c103652..c979f79e1b8 100644 --- a/resources/lang/ru/events.php +++ b/resources/lang/ru/events.php @@ -12,7 +12,7 @@ 'beatmapset_update' => ':user обновил(а) карту ":beatmapset"', 'beatmapset_upload' => ':user опубликовал(а) карту ":beatmapset"', 'empty' => "Этот пользователь за последнее время не сделал ничего интересного!", - 'rank' => ':user занял #:rank место на карте :beatmap (:mode)', + 'rank' => ':user занял(а) :rank на карте :beatmap (:mode)', 'rank_lost' => ':user потерял(а) первенство на карте :beatmap (:mode)', 'user_support_again' => ':user снова поддержал(а) osu! — спасибо за щедрость!', 'user_support_first' => ':user поддержал(а) osu! — спасибо за щедрость!', @@ -27,6 +27,6 @@ ], 'value' => [ - 'rank' => '', + 'rank' => 'место #:rank', ], ]; diff --git a/resources/lang/ru/users.php b/resources/lang/ru/users.php index d64333b9bfe..1fda3e9c483 100644 --- a/resources/lang/ru/users.php +++ b/resources/lang/ru/users.php @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => 'посты :username', ], @@ -393,7 +401,7 @@ 'actions' => [ 'restriction' => 'Бан', - 'silence' => 'Без голоса', + 'silence' => 'Заглушение', 'tournament_ban' => 'Турнирный бан', 'note' => 'Заметка', ], diff --git a/resources/lang/si-LK/users.php b/resources/lang/si-LK/users.php index 0edd0a72dcb..e0f68e9ccda 100644 --- a/resources/lang/si-LK/users.php +++ b/resources/lang/si-LK/users.php @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => '', ], diff --git a/resources/lang/sk/users.php b/resources/lang/sk/users.php index 7c3477f7f12..ee3442b90b5 100644 --- a/resources/lang/sk/users.php +++ b/resources/lang/sk/users.php @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => ':username\'s príspevky', ], diff --git a/resources/lang/sl/users.php b/resources/lang/sl/users.php index 6de5b0a19fd..b344073b287 100644 --- a/resources/lang/sl/users.php +++ b/resources/lang/sl/users.php @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => 'objave igralca :username', ], diff --git a/resources/lang/sr/users.php b/resources/lang/sr/users.php index 67c5cda5241..297cf50743e 100644 --- a/resources/lang/sr/users.php +++ b/resources/lang/sr/users.php @@ -124,6 +124,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => ':username\'s постови', ], diff --git a/resources/lang/sv/users.php b/resources/lang/sv/users.php index 159baea0670..bb67ba17767 100644 --- a/resources/lang/sv/users.php +++ b/resources/lang/sv/users.php @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => ':usernames inlägg', ], diff --git a/resources/lang/tg-TJ/users.php b/resources/lang/tg-TJ/users.php index 0edd0a72dcb..e0f68e9ccda 100644 --- a/resources/lang/tg-TJ/users.php +++ b/resources/lang/tg-TJ/users.php @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => '', ], diff --git a/resources/lang/th/accounts.php b/resources/lang/th/accounts.php index edc204903f5..afeb6e700af 100644 --- a/resources/lang/th/accounts.php +++ b/resources/lang/th/accounts.php @@ -19,8 +19,8 @@ 'new_confirmation' => 'ยืนยันอีเมล', 'title' => 'อีเมล', 'locked' => [ - '_' => '', - 'accounts' => '', + '_' => 'โปรดติดต่อ :accounts หากคุณต้องการอัปเดตอีเมลของคุณ', + 'accounts' => 'ทีมสนับสนุนบัญชี', ], ], diff --git a/resources/lang/th/authorization.php b/resources/lang/th/authorization.php index 5c1c7a790f6..6e0f7914db3 100644 --- a/resources/lang/th/authorization.php +++ b/resources/lang/th/authorization.php @@ -186,7 +186,7 @@ ], ], 'update_email' => [ - 'locked' => '', + 'locked' => 'ที่อยู่อีเมลถูกล็อค', ], ], ]; diff --git a/resources/lang/th/events.php b/resources/lang/th/events.php index 8e746d2242c..9e7a45bc2b0 100644 --- a/resources/lang/th/events.php +++ b/resources/lang/th/events.php @@ -27,6 +27,6 @@ ], 'value' => [ - 'rank' => '', + 'rank' => 'อันดับ #:rank', ], ]; diff --git a/resources/lang/th/users.php b/resources/lang/th/users.php index f73a5bc7b83..6569e71b1c4 100644 --- a/resources/lang/th/users.php +++ b/resources/lang/th/users.php @@ -124,6 +124,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => 'โพสต์ทั้งหมดของ:username', ], diff --git a/resources/lang/tr/accounts.php b/resources/lang/tr/accounts.php index 962e016de21..eda051f2196 100644 --- a/resources/lang/tr/accounts.php +++ b/resources/lang/tr/accounts.php @@ -19,8 +19,8 @@ 'new_confirmation' => 'e-posta onayı', 'title' => 'E-posta', 'locked' => [ - '_' => '', - 'accounts' => '', + '_' => 'E-postanızı güncellemeniz gerekiyorsa lütfen :accounts ile iletişime geçin.', + 'accounts' => 'hesap destek birimi', ], ], diff --git a/resources/lang/tr/authorization.php b/resources/lang/tr/authorization.php index 1446b48c967..b2b968fa04a 100644 --- a/resources/lang/tr/authorization.php +++ b/resources/lang/tr/authorization.php @@ -186,7 +186,7 @@ ], ], 'update_email' => [ - 'locked' => '', + 'locked' => 'e-posta adresi kilitlenmiş durumda', ], ], ]; diff --git a/resources/lang/tr/events.php b/resources/lang/tr/events.php index 0f93b558df2..91e6b30e042 100644 --- a/resources/lang/tr/events.php +++ b/resources/lang/tr/events.php @@ -16,7 +16,7 @@ 'rank_lost' => ':user :beatmap (:mode) beatmapinde birinciliği kaybetti', 'user_support_again' => ':user bir kez daha osu!\'yu desteklemeyi seçti - cömertliğinden dolayı teşekkürler!', 'user_support_first' => ':user osu! supporter satın aldı - cömertliğinden dolayı teşekkür ederiz!', - 'user_support_gift' => ':user osu! supporter hediyesi aldı!', + 'user_support_gift' => ':user osu!supporter hediyesi aldı!', 'username_change' => ':previousUsername kullanıcı adını :user olarak değiştirdi!', 'beatmapset_status' => [ @@ -27,6 +27,6 @@ ], 'value' => [ - 'rank' => '', + 'rank' => 'sıralama #:rank', ], ]; diff --git a/resources/lang/tr/users.php b/resources/lang/tr/users.php index af6f6d6a596..72aeceacc06 100644 --- a/resources/lang/tr/users.php +++ b/resources/lang/tr/users.php @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => ':username\'in gönderileri', ], diff --git a/resources/lang/uk/accounts.php b/resources/lang/uk/accounts.php index 3f8e703c19f..e997a66990f 100644 --- a/resources/lang/uk/accounts.php +++ b/resources/lang/uk/accounts.php @@ -19,8 +19,8 @@ 'new_confirmation' => 'підтвердження пошти', 'title' => 'Ел. пошта', 'locked' => [ - '_' => '', - 'accounts' => '', + '_' => 'Будь ласка, зв\'яжіться з :accounts якщо вам необхідно оновити вашу електронну пошту.', + 'accounts' => 'команда підтримки облікових записів', ], ], diff --git a/resources/lang/uk/authorization.php b/resources/lang/uk/authorization.php index e23a07c11ff..0b3e31ff882 100644 --- a/resources/lang/uk/authorization.php +++ b/resources/lang/uk/authorization.php @@ -186,7 +186,7 @@ ], ], 'update_email' => [ - 'locked' => '', + 'locked' => 'адресу електронної пошти заблоковано', ], ], ]; diff --git a/resources/lang/uk/events.php b/resources/lang/uk/events.php index ee90dbefc3b..88a5af81a1b 100644 --- a/resources/lang/uk/events.php +++ b/resources/lang/uk/events.php @@ -27,6 +27,6 @@ ], 'value' => [ - 'rank' => '', + 'rank' => 'ранг #:rank', ], ]; diff --git a/resources/lang/uk/users.php b/resources/lang/uk/users.php index 0e514217a9d..5ad5754d44a 100644 --- a/resources/lang/uk/users.php +++ b/resources/lang/uk/users.php @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => 'Публікації :username', ], @@ -393,7 +401,7 @@ 'actions' => [ 'restriction' => 'Заблокувати', - 'silence' => 'Заглушений', + 'silence' => 'Сайленс', 'tournament_ban' => 'Турнірний бан', 'note' => 'Замітка', ], @@ -460,7 +468,7 @@ ], 'silenced_banner' => [ - 'title' => 'Наразі вас заглушено.', + 'title' => 'Ви тимчасово позбавлені можливості спілкуватися.', 'message' => 'Деякі дії можуть бути недоступними.', ], diff --git a/resources/lang/vi/accounts.php b/resources/lang/vi/accounts.php index 97cb52ea9e8..36772c517bb 100644 --- a/resources/lang/vi/accounts.php +++ b/resources/lang/vi/accounts.php @@ -19,8 +19,8 @@ 'new_confirmation' => 'xác nhận email', 'title' => 'Email', 'locked' => [ - '_' => '', - 'accounts' => '', + '_' => 'Vui lòng liên hệ :accounts nếu bạn cần cập nhật địa chỉ email.', + 'accounts' => 'đội ngũ hỗ trợ tài khoản', ], ], @@ -71,7 +71,7 @@ 'options' => [ '_' => 'phương thức giao hàng', - 'beatmap_owner_change' => 'guest difficulty', + 'beatmap_owner_change' => 'độ khó khách mời', 'beatmapset:modding' => 'sửa đổi beatmap', 'channel_message' => 'tin nhắn riêng tư', 'comment_new' => 'bình luận mới', @@ -91,7 +91,7 @@ 'options' => [ 'beatmapset_show_nsfw' => 'ẩn cảnh báo nội dung không lành mạnh trong beatmap', - 'beatmapset_title_show_original' => 'hiển thị metadata của beatmap ở ngôn ngữ gốc', + 'beatmapset_title_show_original' => 'hiển thị metadata của beatmap bằng ngôn ngữ gốc', 'title' => 'Tuỳ chọn', 'beatmapset_download' => [ @@ -119,7 +119,7 @@ 'security' => [ 'current_session' => 'hiện tại', 'end_session' => 'Kết thúc Phiên', - 'end_session_confirmation' => 'Việc này sẽ ngay lập tức kết thúc phiên của bạn trên thiết bị đó. Bạn có chắc không?', + 'end_session_confirmation' => 'Việc này sẽ ngay lập tức kết thúc phiên của bạn trên thiết bị đó. Bạn chắc chứ?', 'last_active' => 'Hoạt động lần cuối:', 'title' => 'Bảo mật', 'web_sessions' => 'phiên trên web', diff --git a/resources/lang/vi/api.php b/resources/lang/vi/api.php index 058a84fbc69..053dcb1e1ad 100644 --- a/resources/lang/vi/api.php +++ b/resources/lang/vi/api.php @@ -23,13 +23,13 @@ ], 'forum' => [ - 'write' => 'Tạo và chỉnh sửa các chủ đề, bài đăng trên diễn đàn thay mặt bạn.', + 'write' => 'Tạo và chỉnh sửa các chủ đề và bài đăng trên diễn đàn thay mặt bạn.', ], 'friends' => [ 'read' => 'Xem những ai bạn đang theo dõi.', ], - 'public' => 'Đọc dữ liệu công khai nhân danh bạn.', + 'public' => 'Đọc dữ liệu công khai thay mặt bạn.', ], ]; diff --git a/resources/lang/vi/artist.php b/resources/lang/vi/artist.php index ebe5c9cf3cb..59b109b15ed 100644 --- a/resources/lang/vi/artist.php +++ b/resources/lang/vi/artist.php @@ -46,12 +46,12 @@ '_' => 'tìm nhạc', 'form' => [ - 'advanced' => 'Tìm kiếm nâng cao', + 'advanced' => 'Tìm Kiếm Nâng Cao', 'album' => 'Album', 'artist' => 'Nghệ sĩ', 'bpm_gte' => 'BPM tối thiểu', 'bpm_lte' => 'BPM tối đa', - 'empty' => 'Không có bài hát khớp với bộ lọc tìm kiếm.', + 'empty' => 'Không có bài hát nào khớp với bộ lọc tìm kiếm.', 'genre' => 'Thể loại', 'genre_all' => 'Tất cả', 'length_gte' => 'Độ dài tối thiểu', diff --git a/resources/lang/vi/authorization.php b/resources/lang/vi/authorization.php index d1356ead085..072f9978ec5 100644 --- a/resources/lang/vi/authorization.php +++ b/resources/lang/vi/authorization.php @@ -23,7 +23,7 @@ 'set_metadata' => 'Bạn phải chọn thể loại nhạc và ngôn ngữ trước khi nominating.', ], 'resolve' => [ - 'not_owner' => 'Chỉ có chủ thớt và chủ beatmap mới có thể đánh dấu cuộc thảo luận là đã được giải quyết.', + 'not_owner' => 'Chỉ có người mở thread và chủ beatmap mới có thể đánh dấu cuộc thảo luận là đã được giải quyết.', ], 'store' => [ @@ -31,7 +31,7 @@ ], 'vote' => [ - 'bot' => "Không thể bầu trên thảo luận tạo bởi bot", + 'bot' => "Không thể bình chọn trên thảo luận tạo bởi bot", 'limit_exceeded' => 'Vui lòng đợi một lúc trước khi bình chọn thêm', 'owner' => "Không thể bình chọn cuộc thảo luận của bạn.", 'wrong_beatmapset_state' => 'Chỉ có thể bình chọn cuộc thảo luận của beatmap ở trạng thái pending.', @@ -46,7 +46,7 @@ ], 'edit' => [ - 'not_owner' => 'Bài đăng chỉ có thể được chỉnh sửa bởi người đăng.', + 'not_owner' => 'Chỉ người đăng mới có thể chỉnh sửa bài đăng.', 'resolved' => 'Bạn không thể sửa một bài đăng về một thảo luận đã được giải quyết.', 'system_generated' => 'Không thể chỉnh sửa bài đăng được tạo tự động.', ], @@ -186,7 +186,7 @@ ], ], 'update_email' => [ - 'locked' => '', + 'locked' => 'địa chỉ email bị khóa', ], ], ]; diff --git a/resources/lang/vi/beatmaps.php b/resources/lang/vi/beatmaps.php index f2bdbd8f7cf..3b2e649f1e1 100644 --- a/resources/lang/vi/beatmaps.php +++ b/resources/lang/vi/beatmaps.php @@ -79,15 +79,15 @@ ], 'message_type_title' => [ - 'disqualify' => '', - 'hype' => '', - 'mapper_note' => '', + 'disqualify' => 'Đăng Disqualification', + 'hype' => 'Đăng Hype!', + 'mapper_note' => 'Đăng Ghi Chú', 'nomination_reset' => 'Loại bỏ tất cả đề cử', - 'praise' => '', - 'problem' => '', - 'problem_warning' => '', + 'praise' => ' Đăng Khen ngợi', + 'problem' => 'Đăng Vấn đề', + 'problem_warning' => 'Đăng Vấn đề', 'review' => 'Đăng nhận xét', - 'suggestion' => '', + 'suggestion' => 'Đăng Đề xuất', ], 'mode' => [ @@ -192,7 +192,7 @@ 'delete' => 'Xóa', 'delete_own_confirm' => 'Bạn có chắc không? Beatmap sẽ bị xóa và bạn sẽ được chuyển hướng quay lại trang cá nhân của bạn.', 'delete_other_confirm' => 'Bạn có chắc không? Beatmap sẽ bị xóa và bạn sẽ được chuyển hướng quay trở lại trang cá nhân của người dùng.', - 'disqualification_prompt' => 'Lí do để qualify?', + 'disqualification_prompt' => 'Lý do để disqualify?', 'disqualified_at' => 'Disqualified :time_ago (:reason).', 'disqualified_no_reason' => 'không đưa ra lí do', 'disqualify' => 'Disqualify', diff --git a/resources/lang/vi/events.php b/resources/lang/vi/events.php index 676b96f30ea..fb80ad4cb4b 100644 --- a/resources/lang/vi/events.php +++ b/resources/lang/vi/events.php @@ -27,6 +27,6 @@ ], 'value' => [ - 'rank' => '', + 'rank' => 'hạng #:rank', ], ]; diff --git a/resources/lang/vi/rankings.php b/resources/lang/vi/rankings.php index 8c593ad858e..c737e8838ef 100644 --- a/resources/lang/vi/rankings.php +++ b/resources/lang/vi/rankings.php @@ -25,7 +25,7 @@ 'type' => [ 'charts' => 'tiêu điểm', - 'country' => 'Quốc gia', + 'country' => 'quốc gia', 'kudosu' => 'kudosu', 'multiplayer' => 'nhiều người chơi', 'performance' => 'thành tích', diff --git a/resources/lang/vi/users.php b/resources/lang/vi/users.php index d07b469b6ed..2271a59c33e 100644 --- a/resources/lang/vi/users.php +++ b/resources/lang/vi/users.php @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => 'Bài đăng của :username', ], diff --git a/resources/lang/zh-tw/accounts.php b/resources/lang/zh-tw/accounts.php index b60a5f1334c..62726f04e4f 100644 --- a/resources/lang/zh-tw/accounts.php +++ b/resources/lang/zh-tw/accounts.php @@ -19,8 +19,8 @@ 'new_confirmation' => '再次輸入電子郵件地址', 'title' => '電子郵件', 'locked' => [ - '_' => '', - 'accounts' => '', + '_' => '如欲修改你的電子郵件地址,請聯絡 :accounts。', + 'accounts' => '帳戶支援團隊', ], ], diff --git a/resources/lang/zh-tw/authorization.php b/resources/lang/zh-tw/authorization.php index d47b890e1da..6db04e7d7da 100644 --- a/resources/lang/zh-tw/authorization.php +++ b/resources/lang/zh-tw/authorization.php @@ -186,7 +186,7 @@ ], ], 'update_email' => [ - 'locked' => '', + 'locked' => '電子郵箱地址已鎖定', ], ], ]; diff --git a/resources/lang/zh-tw/events.php b/resources/lang/zh-tw/events.php index 96e34f9fe90..7be2e4659dd 100644 --- a/resources/lang/zh-tw/events.php +++ b/resources/lang/zh-tw/events.php @@ -27,6 +27,6 @@ ], 'value' => [ - 'rank' => '', + 'rank' => '排名 #:rank', ], ]; diff --git a/resources/lang/zh-tw/users.php b/resources/lang/zh-tw/users.php index 573595b766b..a50a9bb59e4 100644 --- a/resources/lang/zh-tw/users.php +++ b/resources/lang/zh-tw/users.php @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '', + 'country' => '', + 'global' => '', + ], + ], + 'posts' => [ 'title' => ':username 的貼文', ], diff --git a/resources/lang/zh/accounts.php b/resources/lang/zh/accounts.php index ddb3bbc3f6a..32d04db11f6 100644 --- a/resources/lang/zh/accounts.php +++ b/resources/lang/zh/accounts.php @@ -19,8 +19,8 @@ 'new_confirmation' => '确认新邮箱地址', 'title' => '邮箱', 'locked' => [ - '_' => '', - 'accounts' => '', + '_' => '如果您想修改邮箱地址,请联系 :accounts。', + 'accounts' => '账号支持团队', ], ], diff --git a/resources/lang/zh/authorization.php b/resources/lang/zh/authorization.php index 0a16623f002..bc364195988 100644 --- a/resources/lang/zh/authorization.php +++ b/resources/lang/zh/authorization.php @@ -186,7 +186,7 @@ ], ], 'update_email' => [ - 'locked' => '', + 'locked' => '邮箱地址已锁定', ], ], ]; diff --git a/resources/lang/zh/events.php b/resources/lang/zh/events.php index e2ed27793bc..5507255d038 100644 --- a/resources/lang/zh/events.php +++ b/resources/lang/zh/events.php @@ -27,6 +27,6 @@ ], 'value' => [ - 'rank' => '', + 'rank' => '排名 #:rank', ], ]; diff --git a/resources/lang/zh/users.php b/resources/lang/zh/users.php index 354547a3e00..8339672bed6 100644 --- a/resources/lang/zh/users.php +++ b/resources/lang/zh/users.php @@ -123,6 +123,14 @@ ], ], + 'ogp' => [ + 'description' => [ + '_' => '排名 (:ruleset): :global | :country', + 'country' => '地区 :rank', + 'global' => '全球 :rank', + ], + ], + 'posts' => [ 'title' => ':username 的帖子', ],