From 53c06768e4459d2df08f2edb6f699e10530ebdfd Mon Sep 17 00:00:00 2001 From: Tescu <80772116+LeTesco64@users.noreply.github.com> Date: Sat, 11 Sep 2021 16:54:06 +0300 Subject: [PATCH 01/16] Create community.php --- resources/lang/ro/community.php | 1 + 1 file changed, 1 insertion(+) create mode 100644 resources/lang/ro/community.php diff --git a/resources/lang/ro/community.php b/resources/lang/ro/community.php new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/resources/lang/ro/community.php @@ -0,0 +1 @@ + From 9e4dfb462ab369491a6d6a0afdda5062989aaf4d Mon Sep 17 00:00:00 2001 From: Tescu <80772116+LeTesco64@users.noreply.github.com> Date: Sat, 11 Sep 2021 16:54:42 +0300 Subject: [PATCH 02/16] Create errors.php --- resources/lang/ro/errors.php | 1 + 1 file changed, 1 insertion(+) create mode 100644 resources/lang/ro/errors.php diff --git a/resources/lang/ro/errors.php b/resources/lang/ro/errors.php new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/resources/lang/ro/errors.php @@ -0,0 +1 @@ + From 829d0da08d564e9cdf96983e22bf9262d15d5bb1 Mon Sep 17 00:00:00 2001 From: Tescu <80772116+LeTesco64@users.noreply.github.com> Date: Sat, 11 Sep 2021 16:55:24 +0300 Subject: [PATCH 03/16] Create gate.php --- resources/lang/ro/gate.php | 1 + 1 file changed, 1 insertion(+) create mode 100644 resources/lang/ro/gate.php diff --git a/resources/lang/ro/gate.php b/resources/lang/ro/gate.php new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/resources/lang/ro/gate.php @@ -0,0 +1 @@ + From d928dc4e77a23796043312074d841122055e264c Mon Sep 17 00:00:00 2001 From: Tescu <80772116+LeTesco64@users.noreply.github.com> Date: Sat, 11 Sep 2021 16:55:41 +0300 Subject: [PATCH 04/16] Create post.php --- resources/lang/ro/post.php | 1 + 1 file changed, 1 insertion(+) create mode 100644 resources/lang/ro/post.php diff --git a/resources/lang/ro/post.php b/resources/lang/ro/post.php new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/resources/lang/ro/post.php @@ -0,0 +1 @@ + From d1a81808133874423f24fcb8f82c4a6a4943137a Mon Sep 17 00:00:00 2001 From: Tescu <80772116+LeTesco64@users.noreply.github.com> Date: Sat, 11 Sep 2021 16:56:00 +0300 Subject: [PATCH 05/16] Create user.php --- resources/lang/ro/user.php | 1 + 1 file changed, 1 insertion(+) create mode 100644 resources/lang/ro/user.php diff --git a/resources/lang/ro/user.php b/resources/lang/ro/user.php new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/resources/lang/ro/user.php @@ -0,0 +1 @@ + From b45893089d6c03e5ace32076fbb66941e1a4ee48 Mon Sep 17 00:00:00 2001 From: Tescu <80772116+Tescu48@users.noreply.github.com> Date: Fri, 1 Oct 2021 20:33:42 +0300 Subject: [PATCH 06/16] Update gate.php --- resources/lang/ro/gate.php | 41 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/resources/lang/ro/gate.php b/resources/lang/ro/gate.php index 8b13789..ffc03b2 100644 --- a/resources/lang/ro/gate.php +++ b/resources/lang/ro/gate.php @@ -1 +1,42 @@ + [ + 'controls' => [ + 'back' => 'Înapoi', + 'close' => 'Închideți', + 'next' => 'Urm.', + ], + 'intro' => [ + 'title' => 'Bine ați venit la :name!', + 'message' => ':name vă lasă să trimiteți experiențele voastre din jocuri cu oameni din toată lumea.', + ], + 'about' => [ + 'title' => 'Despre :name', + 'message1' => ':name este o recreere a Miiverse făcut de fani pentru fani.', + 'message2' => 'Nu are toate caracteristicile pe care le știați, dar tot poate fi folosit.', + ], + 'config' => [ + 'title' 'Configurarea contului dvs. :name', + 'message' => 'Ne trebuie câteva date despre dvs. pentru a putea începe să folosiți :name.', + 'display_name' => 'Afisați nume', + 'nnid' => 'Nintendo Network ID', + 'nnid_label' => 'Vom folosi NNID-ul dvs. pentru a obține imaginea Mii-ului.', + ], + 'finish' => [ + 'title' => 'Distrați-vă în :name!', + 'start' => 'Începeți', + ], + ], + + 'welcome_guest' => [ + 'title' => ':name este o comunitate de gaming care conectează oameni din toată lumea.
Folosiți :name pentru a împărtăși experiențele dvs. de gaming și pentru a întâlni oameni din toată lumea.', + 'message' => 'Vă trebuie un Network ID pentru a folosi :name. Selectați Link ID pentru a conecta un ID nou sau existent.', + 'link' => 'Link ID', + 'exit' => 'Iesiți', + ], +]; From eaa9e13287b0ec24194ec6c9418e2854897995a0 Mon Sep 17 00:00:00 2001 From: Tescu <80772116+Tescu48@users.noreply.github.com> Date: Fri, 1 Oct 2021 20:35:08 +0300 Subject: [PATCH 07/16] Update community.php --- resources/lang/ro/community.php | 87 +++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) diff --git a/resources/lang/ro/community.php b/resources/lang/ro/community.php index 8b13789..c3640cf 100644 --- a/resources/lang/ro/community.php +++ b/resources/lang/ro/community.php @@ -1 +1,88 @@ + +/* + * Translation file for community + */ + +return [ + 'index' => [ + 'header' => [ + 'desc' => 'Vedeți comunitățile jocurilor pe care le jucați sau jocurile despre care sunteți curios!', + 'title' => 'Comunități', + ], + 'favorites' => 'Comunități Favorite', + 'search' => [ + 'desc' => '', + 'name' => 'Căutați', + ], + 'communities' => [ + 'filter' => [ + 'name' => 'Filtru', + 'select' => 'Vă rugăm să faceți o alegere.', + 'options' => [ + 'all' => 'Toate Aplicațiile', + 'games' => ':Jocuri console', + 'vc' => 'Virtual Console', + 'other' => 'Altele', + ], + ], + 'new' => 'Comunități Noi', + 'special' => 'Speciale', + 'platforms' => [ + '3ds' => 'Jocuri 3DS', + 'wiiu' => 'Jocuri Wii U', + 'wiiu-3ds' => 'Jocuri Wii U・Jocuri 3DS', + 'switch' => 'Jocuri Switch', + 'switch-wiiu' => 'Jocuri Switch・Jocuri Wii U', + 'wii' => 'Jocuri Wii', + 'ds' => 'Jocuri DS', + 'wii-ds' => 'Jocuri Wii・Jocuri DS', + 'special' => 'Comunitate Specială', + ], + 'empty' => 'Nu există nici o comunitate în această categorie.', + 'more' => 'Arătați mai multe', + ], + 'footer' => [ + 'console' => ':Comunități console', + ], + ], + + 'listing' => [ + 'filter' => [ + 'name' => 'Filtru', + 'select' => 'Vă rugăm să faceți o alegere.', + 'options' => [ + 'all' => 'Toate Aplicațiile', + 'games' => ':Jocuri console', + 'vc' => 'Virtual Console', + 'other' => 'Altele', + ], + ], + 'communities' => [ + 'platforms' => [ + '3ds' => 'Jocuri 3DS', + 'wiiu' => 'Jocuri Wii U', + 'wiiu-3ds' => 'Jocuri Wii U・Jocuri 3DS', + 'switch' => 'Jocuri Switch', + 'switch-wiiu' => 'Jocuri Switch・Jocuri Wii U', + 'wii' => 'Jocuri Wii', + 'ds' => 'Jocuri DS', + 'wii-ds' => 'Jocuri Wii・Jocuri Ds', + ], + 'empty' => 'Nu există comunități în această categorie.', + + ], + + 'view' => [ + 'kind' => [ + 'new' => 'Toate', + 'hot' => 'Populare', + ], + + 'actions' => [ + 'post' => 'Postați', + 'memo' => 'Postări salvate', + 'next' => 'Urm.', + ], + ], +]; From 5679b42eebae200563bc8187aad6d356d34ab5f9 Mon Sep 17 00:00:00 2001 From: Tescu <80772116+Tescu48@users.noreply.github.com> Date: Fri, 1 Oct 2021 20:36:05 +0300 Subject: [PATCH 08/16] Update errors.php --- resources/lang/ro/errors.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/resources/lang/ro/errors.php b/resources/lang/ro/errors.php index 8b13789..ff2b13f 100644 --- a/resources/lang/ro/errors.php +++ b/resources/lang/ro/errors.php @@ -1 +1,25 @@ + +@@ -1 +1,22 @@ + [ + 'title' => 'Eroare', + 'desc' => 'Ecranul nu a putut fi afișat.', + ], + + '404' => [ + 'title' => 'Eroare', + 'desc' => 'Ecranul nu a putut fi afișat.', + ], + + 'banned' => [ + 'title' => 'Cont Restricționat', + 'desc' => 'Accesul dvs. la :name a fost restricționat. Vă rugăm să contactați moderatorii :name pe Discord pentru a discuta apelul dvs.', + 'button' => 'Închideți', + ], +]; From 1cfc5069316164f312e50aec41de314f2702a852 Mon Sep 17 00:00:00 2001 From: Tescu <80772116+Tescu48@users.noreply.github.com> Date: Fri, 1 Oct 2021 20:37:06 +0300 Subject: [PATCH 09/16] Update community.php --- resources/lang/ro/community.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/lang/ro/community.php b/resources/lang/ro/community.php index c3640cf..872b19a 100644 --- a/resources/lang/ro/community.php +++ b/resources/lang/ro/community.php @@ -1,5 +1,4 @@ - - + Date: Fri, 1 Oct 2021 20:37:32 +0300 Subject: [PATCH 10/16] Update errors.php --- resources/lang/ro/errors.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/resources/lang/ro/errors.php b/resources/lang/ro/errors.php index ff2b13f..40e96a7 100644 --- a/resources/lang/ro/errors.php +++ b/resources/lang/ro/errors.php @@ -1,6 +1,3 @@ - - -@@ -1 +1,22 @@ Date: Fri, 1 Oct 2021 20:38:12 +0300 Subject: [PATCH 11/16] Update gate.php --- resources/lang/ro/gate.php | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/lang/ro/gate.php b/resources/lang/ro/gate.php index ffc03b2..e21ccd5 100644 --- a/resources/lang/ro/gate.php +++ b/resources/lang/ro/gate.php @@ -1,4 +1,3 @@ - Date: Fri, 1 Oct 2021 20:41:57 +0300 Subject: [PATCH 12/16] Update post.php --- resources/lang/ro/post.php | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/resources/lang/ro/post.php b/resources/lang/ro/post.php index 8b13789..e2ebccc 100644 --- a/resources/lang/ro/post.php +++ b/resources/lang/ro/post.php @@ -1 +1,37 @@ + [ + 'spoiler' => 'Spoilere', + ], + + 'content' => [ + 'spoiler' => [ + 'desc' => 'Această postare conține spoilere.', + 'button' => 'Vedeți Postare', + ], + ], + + 'meta' => [ + 'empathies' => 'Da-uri', + 'comments' => 'Commentarii', + ], + + 'extra' => [ + 'more-comments' => 'Vedeți mai multe comentarii (:count)', + ], + + // Update on JS as well if it's updated here + 'feelings' => [ + 'normal' => 'Da!', + 'happy' => 'Da!', + 'like' => 'Da♥', // No emojis here, unicode only + 'surprised' => 'Da!?', + 'frustrated' => 'Da...', + 'puzzled' => 'Da...', + 'remove' => 'Ștergeți', // Except this one + ], +]; From 6f64dd436a83b8a947b6735e3c282c57025e3f40 Mon Sep 17 00:00:00 2001 From: Tescu <80772116+Tescu48@users.noreply.github.com> Date: Fri, 1 Oct 2021 20:48:33 +0300 Subject: [PATCH 13/16] Update user.php --- resources/lang/ro/user.php | 64 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) diff --git a/resources/lang/ro/user.php b/resources/lang/ro/user.php index 8b13789..a6b1af2 100644 --- a/resources/lang/ro/user.php +++ b/resources/lang/ro/user.php @@ -1 +1,65 @@ + [ + 'header' => [ + 'name' => 'Profilul lui :name', + ], + + 'meta' => [ + // Reports + 'violation' => [ + 'select' => 'Vă rugăm să faceți o selecție.', + 'create' => 'Raportați', + 'blacklist' => 'Blocați', + ], + + // Follow Button + 'follow' => 'Urmăriți', + 'unfollow' => 'Nu mai urmăriți', + + // Own buttons + 'mymenu' => 'Meniu de Utilizator', + 'settings' => 'Setări de Profil', + + // To top + 'back' => 'De la capăt', + ], + + // Navigation + 'nav' => [ + 'posts' => 'Postări', + 'empathies' => 'Da-uri', + 'following' => 'Urmăriți', + 'followers' => 'Urmăritori', + ], + + // Content + 'content' => [ + 'favorite' => 'Comunități Favorite', + ], + + // Errors + 'error' => [ + 'noposts' => 'Acest utilizator nu a postat încă.', + ], + ], + + // My Menu + 'menu' => [ + 'header' => [ + 'desc' => 'Aici puteți schimba diferite setări, căuta alți utilizatori, și altele.', + 'title' => 'User Menu', + ], + + 'buttons' => [ + 'settings' => 'Setări :service', + 'blacklist' => 'Utilizatori blocați', + 'announcements' => 'Anunțuri :service', + 'help' => 'Manual/:service Codul de Conduită', + ], + ], +]; From 481208415eae333267f1dce456ba11e2455bc0ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 06:46:11 +0000 Subject: [PATCH 14/16] Bump guzzlehttp/guzzle from 7.4.1 to 7.4.4 Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.4.1 to 7.4.4. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.4.1...7.4.4) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: indirect ... Signed-off-by: dependabot[bot] --- composer.lock | 68 +++++++++++++++++++++++++-------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/composer.lock b/composer.lock index e6c160f..ec860df 100644 --- a/composer.lock +++ b/composer.lock @@ -502,16 +502,16 @@ }, { "name": "guzzlehttp/guzzle", - "version": "7.4.1", + "version": "7.4.4", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "ee0a041b1760e6a53d2a39c8c34115adc2af2c79" + "reference": "e3ff079b22820c2029d4c2a87796b6a0b8716ad8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ee0a041b1760e6a53d2a39c8c34115adc2af2c79", - "reference": "ee0a041b1760e6a53d2a39c8c34115adc2af2c79", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/e3ff079b22820c2029d4c2a87796b6a0b8716ad8", + "reference": "e3ff079b22820c2029d4c2a87796b6a0b8716ad8", "shasum": "" }, "require": { @@ -606,7 +606,7 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/7.4.1" + "source": "https://github.com/guzzle/guzzle/tree/7.4.4" }, "funding": [ { @@ -622,7 +622,7 @@ "type": "tidelift" } ], - "time": "2021-12-06T18:43:05+00:00" + "time": "2022-06-09T21:39:15+00:00" }, { "name": "guzzlehttp/promises", @@ -710,16 +710,16 @@ }, { "name": "guzzlehttp/psr7", - "version": "2.1.0", + "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72" + "reference": "83260bb50b8fc753c72d14dc1621a2dac31877ee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/089edd38f5b8abba6cb01567c2a8aaa47cec4c72", - "reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/83260bb50b8fc753c72d14dc1621a2dac31877ee", + "reference": "83260bb50b8fc753c72d14dc1621a2dac31877ee", "shasum": "" }, "require": { @@ -743,7 +743,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.1-dev" + "dev-master": "2.3-dev" } }, "autoload": { @@ -805,7 +805,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/2.1.0" + "source": "https://github.com/guzzle/psr7/tree/2.3.0" }, "funding": [ { @@ -821,7 +821,7 @@ "type": "tidelift" } ], - "time": "2021-10-06T17:43:30+00:00" + "time": "2022-06-09T08:26:02+00:00" }, { "name": "hashids/hashids", @@ -2207,16 +2207,16 @@ }, { "name": "symfony/deprecation-contracts", - "version": "v3.0.0", + "version": "v3.0.1", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "c726b64c1ccfe2896cb7df2e1331c357ad1c8ced" + "reference": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/c726b64c1ccfe2896cb7df2e1331c357ad1c8ced", - "reference": "c726b64c1ccfe2896cb7df2e1331c357ad1c8ced", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/26954b3d62a6c5fd0ea8a2a00c0353a14978d05c", + "reference": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c", "shasum": "" }, "require": { @@ -2254,7 +2254,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v3.0.0" + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.0.1" }, "funding": [ { @@ -2270,7 +2270,7 @@ "type": "tidelift" } ], - "time": "2021-11-01T23:48:49+00:00" + "time": "2022-01-02T09:55:41+00:00" }, { "name": "symfony/finder", @@ -2500,16 +2500,16 @@ }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.25.0", + "version": "v1.26.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8" + "reference": "219aa369ceff116e673852dce47c3a41794c14bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8", - "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd", + "reference": "219aa369ceff116e673852dce47c3a41794c14bd", "shasum": "" }, "require": { @@ -2521,7 +2521,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" + "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", @@ -2564,7 +2564,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.25.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.0" }, "funding": [ { @@ -2580,20 +2580,20 @@ "type": "tidelift" } ], - "time": "2021-02-19T12:13:01+00:00" + "time": "2022-05-24T11:49:31+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.25.0", + "version": "v1.26.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825" + "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825", - "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", + "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "shasum": "" }, "require": { @@ -2608,7 +2608,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" + "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", @@ -2647,7 +2647,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.25.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0" }, "funding": [ { @@ -2663,7 +2663,7 @@ "type": "tidelift" } ], - "time": "2021-11-30T18:21:41+00:00" + "time": "2022-05-24T11:49:31+00:00" }, { "name": "symfony/polyfill-php73", @@ -3458,5 +3458,5 @@ "ext-json": "*" }, "platform-dev": [], - "plugin-api-version": "2.2.0" + "plugin-api-version": "2.3.0" } From 97b738d8c3cbaf4c299e4631d573555d40d382fd Mon Sep 17 00:00:00 2001 From: Giovanni Date: Wed, 22 Jun 2022 08:57:56 +0200 Subject: [PATCH 15/16] Added Italian translations --- resources/lang/it/community.php | 93 +++++++++++++++++++++++++++++++++ resources/lang/it/errors.php | 22 ++++++++ resources/lang/it/gate.php | 41 +++++++++++++++ resources/lang/it/post.php | 37 +++++++++++++ resources/lang/it/settings.php | 45 ++++++++++++++++ resources/lang/it/user.php | 66 +++++++++++++++++++++++ 6 files changed, 304 insertions(+) create mode 100644 resources/lang/it/community.php create mode 100644 resources/lang/it/errors.php create mode 100644 resources/lang/it/gate.php create mode 100644 resources/lang/it/post.php create mode 100644 resources/lang/it/settings.php create mode 100644 resources/lang/it/user.php diff --git a/resources/lang/it/community.php b/resources/lang/it/community.php new file mode 100644 index 0000000..95470ec --- /dev/null +++ b/resources/lang/it/community.php @@ -0,0 +1,93 @@ + [ + 'header' => [ + 'desc' => 'Dai un\'occhiata alle comunità sui videogiochi a cui giochi o di cui sei curioso!', + 'title' => 'Comunità', + ], + 'favorites' => 'Comunità preferite', + 'search' => [ + 'desc' => 'Cerca comunità', + 'name' => 'Cerca', + ], + 'communities' => [ + 'filter' => [ + 'name' => 'Filtro', + 'select' => 'Scegli una categoria.', + 'options' => [ + 'all' => 'Tutti i software', + 'games' => 'Giochi per :console', + 'vc' => 'Virtual Console', + 'other' => 'Altri', + ], + ], + 'new' => 'Nuove comunità', + 'special' => 'Speciali', + 'platforms' => [ + '3ds' => 'Giochi 3DS', + 'wiiu' => 'Giochi Wii U', + 'wiiu-3ds' => 'Giochi Wii U・Giochi 3DS', + 'switch' => 'Giochi Switch', + 'switch-wiiu' => 'Giochi Switch・Giochi Wii U', + 'wii' => 'Giochi Wii', + 'ds' => 'Giochi DS', + 'wii-ds' => 'Giochi Wii・Giochi DS', + 'special' => 'Comunità Speciali', + ], + 'empty' => 'Non ci sono comunità in questa categoria.', + 'more' => 'Vedi di piuù', + ], + 'footer' => [ + 'console' => 'Comunità :console', + ], + ], + + 'listing' => [ + 'filter' => [ + 'name' => 'Filtro', + 'select' => 'Scegli una categoria.', + 'options' => [ + 'all' => 'Tutti i software', + 'games' => 'Giochi per :console', + 'vc' => 'Virtual Console', + 'other' => 'Altri', + ], + ], + 'communities' => [ + 'platforms' => [ + '3ds' => 'Giochi 3DS', + 'wiiu' => 'Giochi Wii U', + 'wiiu-3ds' => 'Giochi Wii U・Giochi 3DS', + 'switch' => 'Giochi Switch', + 'switch-wiiu' => 'Giochi Switch・Giochi Wii U', + 'wii' => 'Giochi Wii', + 'ds' => 'Giochi DS', + 'wii-ds' => 'Giochi Wii・Giochi DS', + ], + 'empty' => 'Non ci sono comunità in questa categoria..', + ], + ], + + 'view' => [ + 'kind' => [ + 'new' => 'Tutti', + 'hot' => 'Popolari', + ], + + 'actions' => [ + 'post' => 'Post', + 'memo' => 'Post salvati', + 'next' => 'Avanti', + ], + ], + + 'favorites' => [ + 'favorites_label' => 'Preferiti', + 'software_used' => 'Software Usato', + + ], +]; diff --git a/resources/lang/it/errors.php b/resources/lang/it/errors.php new file mode 100644 index 0000000..d5bddf9 --- /dev/null +++ b/resources/lang/it/errors.php @@ -0,0 +1,22 @@ + [ + 'title' => 'Errore', + 'desc' => 'C\'è stato un errore nel caricamento della pagina.', + ], + + '404' => [ + 'title' => 'Errore', + 'desc' => 'C\'è stato un errore nel caricamento della pagina.', + ], + + 'banned' => [ + 'title' => 'Account disabilitato', + 'desc' => 'L\'accesso a :name è stato disabilitato. Contatta i :name Moderatori su Discord per discutere del tuo ban.', + 'button' => 'Close', + ], +]; \ No newline at end of file diff --git a/resources/lang/it/gate.php b/resources/lang/it/gate.php new file mode 100644 index 0000000..532e0f6 --- /dev/null +++ b/resources/lang/it/gate.php @@ -0,0 +1,41 @@ + [ + 'controls' => [ + 'back' => 'Indietro', + 'close' => 'Chiudi', + 'next' => 'Avanti', + ], + 'intro' => [ + 'title' => 'Benvenuto su :name!', + 'message' => ':name ti permette di condividere le tue esperienze di gioco con persone da tutto il mondo.', + ], + 'about' => [ + 'title' => 'Su :name', + 'message1' => ':name è il continuo non ufficiale di Miiverse, creato dai fan per i fan.', + 'message2' => 'Forse non ha tutte le funzionalità che tutti conosciamo, ma può essere comunque usato.', + ], + 'config' => [ + 'title' => 'Configura il tuo :name Account', + 'message' => 'Abbiamo bisogno di qualche informazione prima che tu possa usare :name.', + 'display_name' => 'Nome Pubblico', + 'nnid' => 'Nintendo Network ID', + 'nnid_label' => 'Usiamo il tuo NNID per trovare il tuo Mii.', + ], + 'finish' => [ + 'title' => 'Buon divertimento in :name!', + 'start' => 'Avvia', + ], + ], + + 'welcome_guest' => [ + 'title' => ':name è una comunità di giocatori che connette persone da tutto il mondo.
Usa :name per condividere le tue esperienze e per conoscere persone da tutto il mondo.', + 'message' => 'Devi avere un Network ID per usare :name. Seleziona Connetti ID per creare o connettere un ID.', + 'link' => 'Connetti ID', + 'exit' => 'Exit', + ], +]; \ No newline at end of file diff --git a/resources/lang/it/post.php b/resources/lang/it/post.php new file mode 100644 index 0000000..3091523 --- /dev/null +++ b/resources/lang/it/post.php @@ -0,0 +1,37 @@ + [ + 'spoiler' => 'Spoilers', + ], + + 'content' => [ + 'spoiler' => [ + 'desc' => 'Questo post contiene spoilers.', + 'button' => 'Visualizza Post', + ], + ], + + 'meta' => [ + 'empathies' => 'Like', + 'comments' => 'Commenti', + ], + + 'extra' => [ + 'more-comments' => 'Visualizza più commenti (:count)', + ], + + // Update on JS as well if it's updated here + 'feelings' => [ + 'normal' => 'Si!', + 'happy' => 'Si!', + 'like' => 'Si♥', // No emojis here, unicode only + 'surprised' => 'Si!?', + 'frustrated' => 'Si...', + 'puzzled' => 'Si...', + 'remove' => 'Rimuovi Like', // Except this one + ], +]; diff --git a/resources/lang/it/settings.php b/resources/lang/it/settings.php new file mode 100644 index 0000000..df0f323 --- /dev/null +++ b/resources/lang/it/settings.php @@ -0,0 +1,45 @@ + [ + 'title' => 'Impostazioni di :name', + + 'display_language' => [ + 'title' => 'In che lingua vorresti :name?', + 'note' => 'Avviso: Questa impostazione non varia la lingua dei post.', + ], + + 'post_language' => [ + 'title' => 'In che lingua vorresti i post di :name?', + 'note' => 'Avviso: Questa impostazione non varia la lingua dell\'applicazione.', + + 'all_languages' => 'Tutte le lingue', + ], + + 'submit' => 'Salva', + ], + + // Profile Settings + 'profile' => [ + 'title' => 'Impostazioni del profilo', + + // Profile Comment + 'comment' => [ + 'section_name' => 'Bio', + 'placeholder' => 'Scrivi qualcosa su di te qui.', + 'note' => 'Attenzione', + 'note_content' => 'Non includere nessuna delle seguenti informazioni qui:
+- Il tuo indirizzo, numero di telefono, indirizzo e-mail, il nome della tua scuola o qualsiasi altra informazione che potrebbe identificarti.
+- Link a siti esterni che potrebbero essere usati per contattarti direttamente.
+- Qualsiasi altro nome che non rispetta il codice di condotta di :name.
+Inserire qualsiasi di queste informazioni è contro il codice di condotta di :name e potresti essere bannato.', + ], + + // Submit button + 'submit' => 'Salva', + ], + ]; \ No newline at end of file diff --git a/resources/lang/it/user.php b/resources/lang/it/user.php new file mode 100644 index 0000000..f7cbc9c --- /dev/null +++ b/resources/lang/it/user.php @@ -0,0 +1,66 @@ + [ + 'header' => [ + 'name' => 'Profilo di :name', + ], + + 'meta' => [ + // Reports + 'violation' => [ + 'select' => 'Per favore, scegli.', + 'create' => 'Segnala', + 'blacklist' => 'Blocca', + ], + + // Follow Button + 'follow' => 'Segui', + 'unfollow' => 'Non segiure', + + // Own buttons + 'mymenu' => 'Menù', + 'settings' => 'Impostazioni del profilo', + + // To top + 'back' => 'Vai in alto', + ], + + // Navigation + 'nav' => [ + 'posts' => 'Post', + 'empathies' => 'Like', + 'following' => 'Chi segui', + 'followers' => 'Chi ti segue', + ], + + // Content + 'content' => [ + 'favorite' => 'Comunuità Preferite', + ], + + // Errors + 'error' => [ + 'noposts' => 'Questo utente non ha ancora pubblicato niente.', + 'nofavorites' => 'Questo utente non ha ancora comunità preferite.', + ], + ], + + // My Menu + 'menu' => [ + 'header' => [ + 'desc' => 'Qui puoi cambiare alcune informazioni, cercare altri utenti ed altro.', + 'title' => 'Menù', + ], + + 'buttons' => [ + 'settings' => 'Impostazioni di :service', + 'blacklist' => 'Utenti Bloccati', + 'announcements' => 'News di :service', + 'help' => 'Codice di condotta di :service', + ], + ], +]; From 56b7ab55b58381935af17d5d295b577f015c99b1 Mon Sep 17 00:00:00 2001 From: Repflez <659133+Repflez@users.noreply.github.com> Date: Sat, 6 Aug 2022 18:46:28 -0600 Subject: [PATCH 16/16] chore: More supporting links --- .github/FUNDING.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index da44896..4cb1470 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1,3 @@ patreon: rverse +ko_fi: rverse +github: rverseTeam