Skip to content

Commit

Permalink
chore: clean-up i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
zyrouge committed Nov 24, 2023
1 parent 5ada469 commit 712690c
Show file tree
Hide file tree
Showing 16 changed files with 51 additions and 51 deletions.
18 changes: 9 additions & 9 deletions .phrasey/schema.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ name = "Appearance"
name = "About"

[[keys]]
name = "GitHub"
name = "Github"

[[keys]]
name = "Play"
Expand Down Expand Up @@ -218,8 +218,8 @@ name = "SuggestedArtists"
[[keys]]
name = "RecentlyAddedSongs"

[[keys]]
name = "SponsorViaGitHub"
# [[keys]]
# name = "SponsorViaGithub"

[[keys]]
name = "ClearSongCache"
Expand Down Expand Up @@ -395,8 +395,8 @@ name = "PersistUntilQueueEnd"
[[keys]]
name = "NoLyrics"

[[keys]]
name = "SponsorViaPatreon"
# [[keys]]
# name = "SponsorViaPatreon"

[[keys]]
name = "FDroid"
Expand Down Expand Up @@ -437,8 +437,8 @@ name = "Disabled"
[[keys]]
name = "ShowUpdateToast"

[[keys]]
name = "SponsorViaKoFi"
# [[keys]]
# name = "SponsorViaKoFi"

[[keys]]
name = "PlaylistStoreLocation"
Expand Down Expand Up @@ -549,8 +549,8 @@ name = "Rescan"
[[keys]]
name = "Updates"

[[keys]]
name = "ConsiderDonating"
# [[keys]]
# name = "ConsiderDonating"

[[keys]]
name = "Help"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ fun SettingsView(context: ViewContext) {
Icon(Icons.Filled.Code, null)
},
title = {
Text(context.symphony.t.GitHub)
Text(context.symphony.t.Github)
},
url = AppMeta.githubRepositoryUrl
)
Expand Down
4 changes: 2 additions & 2 deletions i18n/be.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ locale = "be"
UnknownSymbol = "?"
HelloThere = "Вітаю!"
IntroductoryMessage = """
Дзякуем вам за ўдзел у адкрытым бэта-тэставанні Symphony. Калі вы сутыкнуліся з якімі-небудзь памылкамі ці хочаце прапанаваць паляпшэнні, калі ласка, адкрыйце праблему ў нашым рэпазітары GitHub.
Дзякуем вам за ўдзел у адкрытым бэта-тэставанні Symphony. Калі вы сутыкнуліся з якімі-небудзь памылкамі ці хочаце прапанаваць паляпшэнні, калі ласка, адкрыйце праблему ў нашым рэпазітары Github.
Далучайцеся да нашай супольнасці Discord і Reddit, каб дзяліцца сваімі водгукамі і быць у курсе распрацоўкі.
Expand Down Expand Up @@ -82,7 +82,7 @@ ForYou = "Для вас"
SuggestedAlbums = "Прапанаваныя альбомы"
SuggestedArtists = "Прапанаваныя выканаўцы"
RecentlyAddedSongs = "Нядаўна дададзеныя трэкі"
SponsorViaGitHub = "Спансаваць праз GitHub"
SponsorViaGithub = "Спансаваць праз Github"
ClearSongCache = "Ачысціць кэш трэкаў"
SongCacheCleared = "Кеш трэкаў ачышчаны"
AlbumArtists = "Альбомы выканаўцаў"
Expand Down
4 changes: 2 additions & 2 deletions i18n/de.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ TrackCount = "Trackanzahl"
FilteringResults = "Filtere Ergebnisse"
Appearance = "Aussehen"
About = "Über"
GitHub = "GitHub"
Github = "Github"
Play = "Wiedergeben"
Previous = "Vorherige"
Next = "Nächste"
Expand Down Expand Up @@ -82,7 +82,7 @@ ForYou = "Für dich"
SuggestedAlbums = "Vorgeschlagene Alben"
SuggestedArtists = "Vorgeschlagene Künstler"
RecentlyAddedSongs = "Zuletzt hinzugefügte Lieder"
SponsorViaGitHub = "Sponsor via GitHub"
SponsorViaGithub = "Sponsor via Github"
ClearSongCache = "Liedcache löschen"
SongCacheCleared = "Liedcache gelöscht"
AlbumArtists = "Album Künstler"
Expand Down
8 changes: 4 additions & 4 deletions i18n/en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ locale = "en"
UnknownSymbol = "?"
HelloThere = "Hello there!"
IntroductoryMessage = """
Thank you for being a part of Symphony open-beta. If you encounter any bugs or want to suggest improvements, kindly open an issue in our GitHub Repository.
Thank you for being a part of Symphony open-beta. If you encounter any bugs or want to suggest improvements, kindly open an issue in our Github Repository.
Join our Discord and Reddit community to share you feedback and to stay up-to-date with the development.
Symphony is entirely supported by donations made via Github Sponsors, Ko-fi and Patreon.
Symphony is totally free-to-use and entirely supported by contributions made by kindhearted individuals. Any contribution will be highly appreciated.
Once again, thank you for trying out Symphony!
"""
Expand Down Expand Up @@ -52,7 +52,7 @@ TrackCount = "Track count"
FilteringResults = "Filtering results..."
Appearance = "Appearance"
About = "About"
GitHub = "GitHub"
Github = "Github"
Play = "Play"
Previous = "Previous"
Next = "Next"
Expand Down Expand Up @@ -82,7 +82,7 @@ ForYou = "For you"
SuggestedAlbums = "Suggested albums"
SuggestedArtists = "Suggested artists"
RecentlyAddedSongs = "Recently added songs"
SponsorViaGitHub = "Sponsor via GitHub"
SponsorViaGithub = "Sponsor via Github"
ClearSongCache = "Clear song cache"
SongCacheCleared = "Song cache cleared"
AlbumArtists = "Album artists"
Expand Down
6 changes: 3 additions & 3 deletions i18n/es.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ locale = "es"
UnknownSymbol = "?"
HelloThere = "Hola!"
IntroductoryMessage = """
Gracias por formar parte de la open-beta de Symphony. Si encuentras un bug o quieres sugerir alguna mejora, por favor crea un "problema" en nuestro repositorio de GitHub.
Gracias por formar parte de la open-beta de Symphony. Si encuentras un bug o quieres sugerir alguna mejora, por favor crea un "problema" en nuestro repositorio de Github.
Unete a nuestro Discord y comunidad de Reddit para compartir tus comentarios y mantenerte actualizado con el desarrollo del proyecto.
Expand Down Expand Up @@ -52,7 +52,7 @@ TrackCount = "Número de pista"
FilteringResults = "Filtrando resultados..."
Appearance = "Apariencia"
About = "Información"
GitHub = "GitHub"
Github = "Github"
Play = "Reproducir"
Previous = "Anterior"
Next = "Siguiente"
Expand Down Expand Up @@ -82,7 +82,7 @@ ForYou = "Para ti"
SuggestedAlbums = "Álbumes sugeridos"
SuggestedArtists = "Artistas sugeridos"
RecentlyAddedSongs = "Añadido recientemente"
SponsorViaGitHub = "Sponsor via GitHub"
SponsorViaGithub = "Sponsor via Github"
ClearSongCache = "Limpiar caché de canciones"
SongCacheCleared = "Caché de canciones limpio"
AlbumArtists = "Artistas del álbum"
Expand Down
6 changes: 3 additions & 3 deletions i18n/fr.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ locale = "fr"
UnknownSymbol = "?"
HelloThere = "Bonjour!"
IntroductoryMessage = """
Merci de faire partie de la bêta ouverte de Symphony. Si vous rencontrez des bogues ou souhaitez suggérer des améliorations, veuillez ouvrir un problème dans notre répertoire GitHub.
Merci de faire partie de la bêta ouverte de Symphony. Si vous rencontrez des bogues ou souhaitez suggérer des améliorations, veuillez ouvrir un problème dans notre répertoire Github.
Rejoignez notre communauté Discord et Reddit pour partager vos commentaires et rester à jour avec le développement.
Expand Down Expand Up @@ -54,7 +54,7 @@ TrackCount = "Nombre de pistes"
FilteringResults = "Filtrer les résultats..."
Appearance = "Apparence"
About = "À propos"
GitHub = "GitHub"
Github = "Github"
Play = "Jouer"
Previous = "Précédente"
Next = "Suivante"
Expand Down Expand Up @@ -85,7 +85,7 @@ ForYou = "Pour vous"
SuggestedAlbums = "Albums suggérés"
SuggestedArtists = "Artistes suggérés"
RecentlyAddedSongs = "Chansons récemment ajoutées"
SponsorViaGitHub = "Sponsoriser via GitHub"
SponsorViaGithub = "Sponsoriser via Github"
ClearSongCache = "Effacer le cache des chansons"
SongCacheCleared = "Cache des chansons vidé"
AlbumArtists = "Artistes d'albums"
Expand Down
6 changes: 3 additions & 3 deletions i18n/it.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ locale = "it"
UnknownSymbol = "?"
HelloThere = "Ciao!"
IntroductoryMessage = """
Grazie per aver preso parte alle open-beta di Symphony. Se incontri qualche bug o vuoi suggerire dei miglioramenti, ti preghiamo di aprire una segnalazione nel nostro repository su GitHub
Grazie per aver preso parte alle open-beta di Symphony. Se incontri qualche bug o vuoi suggerire dei miglioramenti, ti preghiamo di aprire una segnalazione nel nostro repository su Github
Unisciti alle nostre comunità Discord e Reddit per condividere i tuoi feedback e rimanere aggiornato sullo sviluppo.
Expand Down Expand Up @@ -52,7 +52,7 @@ TrackCount = "Conteggio brani"
FilteringResults = "Filtrando i risultati..."
Appearance = "Aspetto"
About = "Info"
GitHub = "GitHub"
Github = "Github"
Play = "Riproduci"
Previous = "Precedente"
Next = "Successivo"
Expand Down Expand Up @@ -82,7 +82,7 @@ ForYou = "Per te"
SuggestedAlbums = "Album suggeriti"
SuggestedArtists = "Artisti suggeriti"
RecentlyAddedSongs = "Brani recenti"
SponsorViaGitHub = "Sponsor via GitHub"
SponsorViaGithub = "Sponsor via Github"
ClearSongCache = "Svuota cache brani"
SongCacheCleared = "Cache brani pulite"
AlbumArtists = "Artisti album"
Expand Down
6 changes: 3 additions & 3 deletions i18n/ja.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ locale = "ja"
UnknownSymbol = ""
HelloThere = "こんにちは!"
IntroductoryMessage = """
Symphonyオープンベータをご利用いただきありがとうございます。バグが発生した場合、または改善を提案したい場合は、GitHubリポジトリでissueを開いてください
Symphonyオープンベータをご利用いただきありがとうございます。バグが発生した場合、または改善を提案したい場合は、Githubリポジトリでissueを開いてください
DiscordおよびRedditコミュニティに参加してフィードバックを共有し、最新情報を入手してください。
Expand Down Expand Up @@ -52,7 +52,7 @@ TrackCount = "トラック数"
FilteringResults = "結果をフィルタリング中..."
Appearance = "外観"
About = "symphonyについて"
GitHub = "GitHub"
Github = "Github"
Play = "再生"
Previous = "前の曲"
Next = "次の曲"
Expand Down Expand Up @@ -82,7 +82,7 @@ ForYou = "あなたのために"
SuggestedAlbums = "おすすめのアルバム"
SuggestedArtists = "おすすめのアーティスト"
RecentlyAddedSongs = "最近追加された曲"
SponsorViaGitHub = "GitHub経由でスポンサーする"
SponsorViaGithub = "Github経由でスポンサーする"
ClearSongCache = "曲のキャッシュを削除"
SongCacheCleared = "曲のキャッシュが削除されました"
AlbumArtists = "アルバムアーティスト"
Expand Down
6 changes: 3 additions & 3 deletions i18n/pt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ locale = "pt"
UnknownSymbol = "?"
HelloThere = "Olá!"
IntroductoryMessage = """
Obrigado por fazer parte do Symphony open-beta. Se encontrar algum bug ou quiser sugerir melhorias, por favor, abra um problema em nosso repositório GitHub.
Obrigado por fazer parte do Symphony open-beta. Se encontrar algum bug ou quiser sugerir melhorias, por favor, abra um problema em nosso repositório Github.
Junte-se à nossa comunidade no Discord e Reddit para compartilhar seus feedbacks e ficar atualizado com o desenvolvimento.
Expand Down Expand Up @@ -53,7 +53,7 @@ TrackCount = "Quantidade de faixas"
FilteringResults = "Filtrando resultados..."
Appearance = "Aparência"
About = "Sobre"
GitHub = "GitHub"
Github = "Github"
Play = "Reproduzir"
Previous = "Anterior"
Next = "Próxima"
Expand Down Expand Up @@ -83,7 +83,7 @@ ForYou = "Para você"
SuggestedAlbums = "Álbuns sugeridos"
SuggestedArtists = "Artistas sugeridos"
RecentlyAddedSongs = "Músicas adicionadas recentemente"
SponsorViaGitHub = "Patrocinar via GitHub"
SponsorViaGithub = "Patrocinar via Github"
ClearSongCache = "Limpar cache de músicas"
SongCacheCleared = "Cache de músicas limpo"
AlbumArtists = "Artistas do álbum"
Expand Down
6 changes: 3 additions & 3 deletions i18n/ro.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ locale = "ro"
UnknownSymbol = "?"
HelloThere = "Salut!"
IntroductoryMessage = """
Mulțumim că faci parte din open-beta-ul aplicației Symphony. Dacă întâmpini bug-uri sau vrei să sugerezi îmbunătățiri, te rugăm să deschizi un issue pe GitHub.
Mulțumim că faci parte din open-beta-ul aplicației Symphony. Dacă întâmpini bug-uri sau vrei să sugerezi îmbunătățiri, te rugăm să deschizi un issue pe Github.
Alătură-te comunității noastre de Discord și Reddit pentru a-ți împărtăși ideile și pentru a fi la curent cu dezvoltarea aplicației.
Expand Down Expand Up @@ -52,7 +52,7 @@ TrackCount = "Număr de piese"
FilteringResults = "Căutăm..."
Appearance = "Aspect"
About = "Despre"
GitHub = "GitHub"
Github = "Github"
Play = "Redă"
Previous = "Anterior"
Next = "Următor"
Expand Down Expand Up @@ -82,7 +82,7 @@ ForYou = "Pentru tine"
SuggestedAlbums = "Albume recomandate"
SuggestedArtists = "Artiști recomandați"
RecentlyAddedSongs = "Piese adăugate recent"
SponsorViaGitHub = "Sponsorizează prin GitHub"
SponsorViaGithub = "Sponsorizează prin Github"
ClearSongCache = "Curăța cache-ul"
SongCacheCleared = "Cache-ul a fost curățat"
AlbumArtists = "Artiștii de albume"
Expand Down
4 changes: 2 additions & 2 deletions i18n/ru.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ locale = "ru"
UnknownSymbol = "?"
HelloThere = "Приветствую!"
IntroductoryMessage = """
Благодарим вас за участие в открытом бета-тестировании Symphony. Если вы столкнулись с какими-либо ошибками или хотите предложить улучшения, пожалуйста, откройте проблему в нашем репозитории GitHub.
Благодарим вас за участие в открытом бета-тестировании Symphony. Если вы столкнулись с какими-либо ошибками или хотите предложить улучшения, пожалуйста, откройте проблему в нашем репозитории Github.
Присоединяйтесь к нашему сообществу Discord и Reddit, чтобы делиться своими отзывами и быть в курсе разработки.
Expand Down Expand Up @@ -82,7 +82,7 @@ ForYou = "Для вас"
SuggestedAlbums = "Предложенные альбомы"
SuggestedArtists = "Предложенные исполнители"
RecentlyAddedSongs = "Недавно добавленные треки"
SponsorViaGitHub = "Спонсировать через GitHub"
SponsorViaGithub = "Спонсировать через Github"
ClearSongCache = "Очистить кеш треков"
SongCacheCleared = "Кеш треков очищен"
AlbumArtists = "Альбомы исполнителей"
Expand Down
6 changes: 3 additions & 3 deletions i18n/ryu.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ locale = "ryu"
UnknownSymbol = ""
HelloThere = "はいさい!"
IntroductoryMessage = """
Symphonyオープンベータぐりよういただきにふぇーでーびる。バグぬはっせいさーあい、あらんでぃかいじんていあんさるいばあえー、GitHubリポジトリっしissueふぃらちくぃみそーれー
Symphonyオープンベータぐりよういただきにふぇーでーびる。バグぬはっせいさーあい、あらんでぃかいじんていあんさるいばあえー、Githubリポジトリっしissueふぃらちくぃみそーれー
DiscordうゆびRedditコミュニティなさんがしフィードバックちゅーゆーいんし、さいしんじょうほうをんかいゅうしゅしください。
Expand Down Expand Up @@ -52,7 +52,7 @@ TrackCount = "トラックすーいん"
FilteringResults = "きっかフィルタリングちゅう..."
Appearance = "やしがいかん"
About = "symphonyにちいてぃ"
GitHub = "GitHub"
Github = "Github"
Play = "さいせい"
Previous = "めーぬきょく"
Next = "ちぎぬきょく"
Expand Down Expand Up @@ -82,7 +82,7 @@ ForYou = "うんじゅがたみに"
SuggestedAlbums = "うすすみぬアルバム"
SuggestedArtists = "うすすみぬアーティスト"
RecentlyAddedSongs = "さいきんちいからさったるきょく"
SponsorViaGitHub = "GitHubけいゆでいスポンサーすん"
SponsorViaGithub = "Githubけいゆでいスポンサーすん"
ClearSongCache = "きょくぬキャッシュさちゅるじょ"
SongCacheCleared = "きょくぬキャッシュぬさちゅるじょさりやびたん"
AlbumArtists = "アルバムアーティスト"
Expand Down
8 changes: 4 additions & 4 deletions i18n/tr.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ locale = "tr"
UnknownSymbol = "?"
HelloThere = "Merhaba!"
IntroductoryMessage = """
Symphony'yi seçtiğiniz için teşekkürler! Herhangi bir teknik sorunla karşılaşırsanız, GitHub Repo'muza bildirebilirsiniz.
Diğer müzik severlerle bağlantı kurmak, destek almak ve en son güncellemelerden haberdar olmak için Discord ve Reddit topluluğumuza katılın. Cömertliğiniz, Symphony'nin gelişiminin devam etmesine yardımcı oluyor, bu nedenle lütfen GitHub Sponsors üzerinden bağış yaparak bizi desteklemeyi düşünün.
Symphony'yi seçtiğiniz için teşekkürler! Herhangi bir teknik sorunla karşılaşırsanız, Github Repo'muza bildirebilirsiniz.
Diğer müzik severlerle bağlantı kurmak, destek almak ve en son güncellemelerden haberdar olmak için Discord ve Reddit topluluğumuza katılın. Cömertliğiniz, Symphony'nin gelişiminin devam etmesine yardımcı oluyor, bu nedenle lütfen Github Sponsors üzerinden bağış yaparak bizi desteklemeyi düşünün.
Son olarak, Müziğin keyfini Çıkarın!
"""
Songs = "Müzikler"
Expand Down Expand Up @@ -48,7 +48,7 @@ TrackCount = "Parça Sayısı"
FilteringResults = "Sonuçlar filtreleniyor..."
Appearance = "Görünüm"
About = "Hakkında"
GitHub = "GitHub"
Github = "Github"
Play = "Oynat"
Previous = "Önceki"
Next = "Sonraki"
Expand Down Expand Up @@ -78,7 +78,7 @@ ForYou = "Senin için"
SuggestedAlbums = "Önerilen Albümler"
SuggestedArtists = "Önerilen Sanatçılar"
RecentlyAddedSongs = "Son eklenen şarkılar"
SponsorViaGitHub = "Github Üzerinden Sponsor Olun"
SponsorViaGithub = "Github Üzerinden Sponsor Olun"
ClearSongCache = "Şarkı önbelleğini temizle"
SongCacheCleared = "Şarkı önbelleği temizlendi"
AlbumArtists = "Albüm sanatçıları"
Expand Down
4 changes: 2 additions & 2 deletions i18n/uk.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ locale = "uk"
UnknownSymbol = "?"
HelloThere = "Вітаю!"
IntroductoryMessage = """
Дякуємо вам за участь у відкритому бета-тестуванні Symphony. Якщо ви зіткнулися з будь-якими помилками або хочете запропонувати покращення, будь ласка, відкрийте проблему в нашому репозиторії GitHub.
Дякуємо вам за участь у відкритому бета-тестуванні Symphony. Якщо ви зіткнулися з будь-якими помилками або хочете запропонувати покращення, будь ласка, відкрийте проблему в нашому репозиторії Github.
Приєднуйтесь до нашої спільноти Discord та Reddit, щоб ділитися своїми відгуками і бути в курсі розробки.
Expand Down Expand Up @@ -82,7 +82,7 @@ ForYou = "Для вас"
SuggestedAlbums = "Запропоновані альбоми"
SuggestedArtists = "Запропоновані виконавці"
RecentlyAddedSongs = "Нещодавно додані треки"
SponsorViaGitHub = "Спонсорувати через GitHub"
SponsorViaGithub = "Спонсорувати через Github"
ClearSongCache = "Очистити кеш треків"
SongCacheCleared = "Кеш треків очищений"
AlbumArtists = "Альбоми виконавців"
Expand Down
Loading

0 comments on commit 712690c

Please sign in to comment.