Skip to content

Commit

Permalink
Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Nov 13, 2024
1 parent bb3a9d4 commit aff1c0e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
which could behave poorly depending on the version or in a Flatpak context.
* The standalone Mac release is now compiled on Mac OS 13 instead of Mac OS 12
because of [a change by GitHub](https://github.com/actions/runner-images/issues/10721).
* Updated translations.
(Thanks to contributors on the [Crowdin project](https://crowdin.com/project/ludusavi))
* Fixed:
* The registry format change also resolved an issue where very large (> 100 MB)
`registry.yaml` files could be slow to read and consume a lot of extra memory,
Expand Down
6 changes: 3 additions & 3 deletions lang/fi-FI.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ label-new = Uusi
label-removed = Poistettu
label-comment = Kommentti
label-unchanged = Muuttumaton
label-backup = Backup
label-backup = Varmuuskopiointi
label-scan = Skannaus
label-filter = Suodatin
label-unique = Yksilöllinen
Expand Down Expand Up @@ -149,7 +149,7 @@ label-source = Lähde
# This refers to the main Ludusavi manifest: https://github.com/mtkennerly/ludusavi-manifest
label-primary-manifest = Ensisijainen manifesti
# This refers to how we integrate a custom game with the manifest data.
label-integration = Integration
label-integration = Integraatio
store-ea = EA
store-epic = Epic
store-gog = GOG
Expand Down Expand Up @@ -187,7 +187,7 @@ theme-light = Vaalea
theme-dark = Tumma
redirect-bidirectional = Kaksisuuntainen
reverse-redirects-when-restoring = Reverse sequence of redirects when restoring
show-disabled-games = Show disabled games
show-disabled-games = Näytä käytöstä poistetut pelit
show-unchanged-games = Näytä muuttumattomat pelit
show-unscanned-games = Näytä skannaamattomat pelit
override-max-threads = Ohita säikeiden enimmäismäärä
Expand Down
20 changes: 10 additions & 10 deletions lang/tr-TR.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ button-unlock = Kilidi aç
# This opens a download page.
button-get-app = İndir { $app }
button-validate = Doğrula
button-override-manifest = Override manifest
button-extend-manifest = Extend manifest
button-sort = Sort
button-override-manifest = Bildiriyi geçersiz kıl
button-extend-manifest = Bildiriyi genişlet
button-sort = Filtrele
no-roots-are-configured = Daha fazla veri yedeklemek için daha fazla kök dizin ekleyin.
config-is-invalid = Hata: Seçenekler dosyası geçersiz.
manifest-is-invalid = Hata: Bildiri dosyası geçersiz.
Expand Down Expand Up @@ -105,7 +105,7 @@ label-new = Yeni
label-removed = Kaldırıldı
label-comment = Yorum
label-unchanged = Değişmedi
label-backup = Backup
label-backup = Yedekleme
label-scan = Tara
label-filter = Filtre
label-unique = Benzersiz
Expand Down Expand Up @@ -149,7 +149,7 @@ label-source = Kaynak
# This refers to the main Ludusavi manifest: https://github.com/mtkennerly/ludusavi-manifest
label-primary-manifest = Birincil bildirim
# This refers to how we integrate a custom game with the manifest data.
label-integration = Integration
label-integration = Entegrasyon
store-ea = EA
store-epic = Epic
store-gog = GOG
Expand Down Expand Up @@ -186,8 +186,8 @@ theme = Tema
theme-light = Beyaz
theme-dark = Siyah
redirect-bidirectional = Çift yönlü
reverse-redirects-when-restoring = Reverse sequence of redirects when restoring
show-disabled-games = Show disabled games
reverse-redirects-when-restoring = Geri yüklerken yönlendirme sırasını tersine çevir
show-disabled-games = Engellenmiş oyunları göster
show-unchanged-games = Değişmeyen oyunları göster
show-unscanned-games = Taranmamış oyunları göster
override-max-threads = Maksimum iş parçacığını geçersiz kıl
Expand Down Expand Up @@ -248,6 +248,6 @@ restore-specific-game =
.failed = { $game } için kayıt verileri geri yüklenemedi
new-version-check = Güncellemelerini otomatik olarak kontrol et
new-version-available = Güncelleme mevcut: { $version }. Sürüm notlarını görüntülemek ister misiniz?
custom-game-will-override = This custom game overrides a manifest entry
custom-game-will-extend = This custom game extends a manifest entry
operation-will-only-include-listed-games = This will only process the games that are currently listed
custom-game-will-override = Bu özel oyun, bildirim girişini geçersiz kılıyor
custom-game-will-extend = Bu özel oyun, manifest girişini genişletiyor
operation-will-only-include-listed-games = Bu yalnızca şu anda listelenen oyunları işleyecektir
2 changes: 1 addition & 1 deletion src/lang.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ impl Language {
Language::Russian => 100,
Language::Spanish => 94,
Language::Thai => 22,
Language::Turkish => 94,
Language::Turkish => 100,
Language::Ukrainian => 38,
}
}
Expand Down

0 comments on commit aff1c0e

Please sign in to comment.