mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
zenobit
62a51945e0
Added new language files to the project. These files contain a list of messages used in the application. The messages are used to display information to the user, such as status updates, error messages, and prompts. The files are named `promenne1.txt`, `promenne2.txt`, `raw_comments.cfg`, `raw_echo.cfg`, and `raw_msg.cfg`. 🆕 feat(lang): add new language files Added new language files to support localization of the application. The new files include `raw_printf.cfg`, `strings.cfg`, `strings0.cfg`, `strings1.cfg`, and `strings2.cfg`. These files contain translations for various messages and prompts used in the application. The addition of these files will allow users to use the application in their preferred language. 🗑️ chore(translate.sh): remove translate.sh script The translate.sh script has been removed from the repository as it is no longer needed. The script was used to automatically translate base language strings and add them into the various translations, remove duplicate strings, and rearrange them alphabetically. However, the script is no longer being used and has been removed.
73 lines
3 KiB
INI
73 lines
3 KiB
INI
MSG_ADD_STARTED="Adding new distro started..."
|
|
MSG_ARGUMENTS="Possible arguments:"
|
|
MSG_AS_ROOT="as root"
|
|
MSG_BUGS="PS: You saw some bugs?"
|
|
MSG_C_ENTRIES="Copying desktop entries and locales..."
|
|
MSG_C_ENTRY="Copying desktop entry..."
|
|
MSG_C_ICONS="Copying icons..."
|
|
MSG_C_ISOS="Copying ISOs to dir. It will take some time..."
|
|
MSG_CONFIG="Sourcing config..."
|
|
MSG_COPY="Copying "
|
|
MSG_CREATING="Creating..."
|
|
MSG_C_TRANSLATION="Copying translation..."
|
|
MSG_DEFAULT_TERMINAL="Choose default terminal"
|
|
MSG_DESKTOP_ENTRY="Desktop entry (shortcut)"
|
|
MSG_DONE="Done"
|
|
MSG_DUMP="Dumping language source..."
|
|
MSG_ERROR="Error"
|
|
MSG_FEEDBACK="Could you please provide feedback?"
|
|
MSG_FLAWLESS="Wish you flawless distro hopping..."
|
|
MSG_FZF="Missing fzf!"
|
|
MSG_H_ADD="Add new distro to quickget"
|
|
MSG_H_COPY="Copy all ISOs to target dir (for Ventoy)"
|
|
MSG_H_DIR="Set default directory where VMs are stored"
|
|
MSG_H_FIRST="example for First run from terminal:"
|
|
MSG_H_GUI="Run graphical user interface (GUI)"
|
|
MSG_H_HELP="Show this help and exit"
|
|
MSG_H_INSTALL="Install DistroHopper"
|
|
MSG_H_MODE="Portable mode"
|
|
MSG_HOMEPAGE="Homepage: dh.osowoso.xyz"
|
|
MSG_HOSTED="Project hosted at: https://github.com/oSoWoSo/DistroHopper"
|
|
MSG_H_PUSH="Push changed quickget to quickemu project"
|
|
MSG_H_READY="Update ready to run VMs"
|
|
MSG_H_SORT="Sort functions in quickget"
|
|
MSG_H_SUPPORTED="Update supported VMs"
|
|
MSG_H_TRANSLATE="Translate DistroHopper"
|
|
MSG_H_TUI="Run terminal user interface (TUI)"
|
|
MSG_CHAT="Chat group on SimpleX: https://tinyurl.com/7hm4kcjx"
|
|
MSG_ICONS="creating icons dir as root..."
|
|
MSG_IMPROVE="What can be improved, added, changed?"
|
|
MSG_INSTALLING="Installing DistroHopper..."
|
|
MSG_INTERM="Do you want show output in the terminal? (y/n)"
|
|
MSG_INVALID_AGAIN="Invalid option, please choose again."
|
|
MSG_INVALID="Invalid option:"
|
|
MSG_KNOW=" Let me know..."
|
|
MSG_LANG_CODE="If you want create new one, insert two digit language code..."
|
|
MSG_LANG_CHANGE="Which language change? (en/cs)"
|
|
MSG_LANG="Choosed language is:"
|
|
MSG_LIKE="How do you like DistroHopper?"
|
|
MSG_MERGING="Merging changes... (Do it yourself)"
|
|
MSG_MODE="Switching to portable mode!"
|
|
MSG_MO="Generating .mo file..."
|
|
MSG_NEEDED="Installing needed..."
|
|
MSG_NEW=" Do you want to create a new VM? (c)"
|
|
MSG_NO_DISTRO="I currently don't have support for your distro"
|
|
MSG_NO="No argumet provided!"
|
|
MSG_NO_VM="No VMs found."
|
|
MSG_OR_RUN=" or run an existing one? (press anything)"
|
|
MSG_PREPARED=" Prepared VMs"
|
|
MSG_PUSHING="Pushing changes to..."
|
|
MSG_RUNNING="DistroHopper is running... Press Ctrl-Q anytime to exit."
|
|
MSG_SETTINGUP="Setting up directory..."
|
|
MSG_S_GUI="Starting DistroHopper GUI..."
|
|
MSG_S_INSTALLATION="Starting installation..."
|
|
MSG_SORTING="Sorting functions in template..."
|
|
MSG_STARTING=" Starting %s..."
|
|
MSG_STRUCTURE="Creating directory structure..."
|
|
MSG_S_TUI="Running DistroHopper TUI..."
|
|
MSG_TERMINAL_SET="Default terminal set to:"
|
|
MSG_TRANSLATION="translation into "
|
|
MSG_TRYING="Trying to download "
|
|
MSG_U_READY="Updating ready VMs..."
|
|
MSG_U_SUPPORTED="Updating supported VMs..."
|
|
MSG_YAD="Missing yad!"
|