mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
* add anki_i18n and locale_config crates to launcher * add launcher.ftl * add tr to state * replace most hardcoded strings with translations * add support for `launcher` rustcfg to trim translations * use marker structs to denote type of translations * move underscores into generated code * Update cargo-license, which may fix the license order issue (dae)
33 lines
1.7 KiB
Text
33 lines
1.7 KiB
Text
launcher-title = Anki Launcher
|
|
launcher-press-enter-to-start = Press enter to start Anki.
|
|
launcher-anki-will-start-shortly = Anki will start shortly.
|
|
launcher-you-can-close-this-window = You can close this window.
|
|
launcher-updating-anki = Updating Anki...
|
|
launcher-latest-anki = Latest Anki (just press Enter)
|
|
launcher-choose-a-version = Choose a version
|
|
launcher-sync-project-changes = Sync project changes
|
|
launcher-keep-existing-version = Keep existing version ({ $current })
|
|
launcher-revert-to-previous = Revert to previous version ({ $prev })
|
|
launcher-allow-betas = Allow betas: { $state }
|
|
launcher-on = on
|
|
launcher-off = off
|
|
launcher-cache-downloads = Cache downloads: { $state }
|
|
launcher-download-mirror = Download mirror: { $state }
|
|
launcher-uninstall = Uninstall
|
|
launcher-invalid-input = Invalid input. Please try again.
|
|
launcher-latest-releases = Latest releases: { $releases }
|
|
launcher-enter-the-version-you-want = Enter the version you want to install:
|
|
launcher-versions-before-cant-be-installed = Versions before 2.1.50 can't be installed.
|
|
launcher-invalid-version = Invalid version.
|
|
launcher-unable-to-check-for-versions = Unable to check for Anki versions. Please check your internet connection.
|
|
launcher-checking-for-updates = Checking for updates...
|
|
launcher-uninstall-confirm = Uninstall Anki's program files? (y/n)
|
|
launcher-uninstall-cancelled = Uninstall cancelled.
|
|
launcher-program-files-removed = Program files removed.
|
|
launcher-remove-all-profiles-confirm = Remove all profiles/cards? (y/n)
|
|
launcher-user-data-removed = User data removed.
|
|
launcher-download-mirror-options = Download mirror options:
|
|
launcher-mirror-no-mirror = No mirror
|
|
launcher-mirror-china = China
|
|
launcher-mirror-disabled = Mirror disabled.
|
|
launcher-mirror-china-enabled = China mirror enabled.
|