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 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', + ], + ], +]; diff --git a/resources/lang/ro/community.php b/resources/lang/ro/community.php new file mode 100644 index 0000000..872b19a --- /dev/null +++ b/resources/lang/ro/community.php @@ -0,0 +1,87 @@ + [ + '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.', + ], + ], +]; diff --git a/resources/lang/ro/errors.php b/resources/lang/ro/errors.php new file mode 100644 index 0000000..40e96a7 --- /dev/null +++ b/resources/lang/ro/errors.php @@ -0,0 +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', + ], +]; diff --git a/resources/lang/ro/gate.php b/resources/lang/ro/gate.php new file mode 100644 index 0000000..e21ccd5 --- /dev/null +++ b/resources/lang/ro/gate.php @@ -0,0 +1,41 @@ + [ + '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', + ], +]; diff --git a/resources/lang/ro/post.php b/resources/lang/ro/post.php new file mode 100644 index 0000000..e2ebccc --- /dev/null +++ b/resources/lang/ro/post.php @@ -0,0 +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 + ], +]; diff --git a/resources/lang/ro/user.php b/resources/lang/ro/user.php new file mode 100644 index 0000000..a6b1af2 --- /dev/null +++ b/resources/lang/ro/user.php @@ -0,0 +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ă', + ], + ], +];