Fichiers De Localisation
Skedar Lokalizimi
ملفات الترجمة
Supported
localization files
Flutter ARB files
CSV files
INI files
i18next JSON files
Key-Value JSON files
JSON files
Gettext PO and POT files
Java Properties files
NET resources (RESX, RESW)
Qt Linguist TS files
Apple Strings files
Apple Xcstrings files
iOS XLIFF files
XLIFF 1.2 files
Angular XLIFF files
Angular XMB files
Angular XTB files
Rise 360 XLIFF files
Excel XLS and XLSX files
Android XML files
YAML files
Sample file
View file
Download
; Please don't change the name of the application
APP_NAME="TODO LIST"
; Fuzzy
APP_LOGIN_TEXT="Enter your credentials below to login"
APP_LOGIN_MESSAGE_SUCCESS="Login successful !\nWelcome back %s!"
APP_LOGIN_MESSAGE_ERROR="Make sure you've entered the correct username and password"
APP_LOGIN_PASSWORD_FORGET="I forgot my password"
APP_LOGIN_PASSWORD_RESET="Enter your address in the field below. A new password will be sent to your inbox."
APP_REGISTER_TEXT="Sign up for free! No credit card required!"
APP_REGISTER_MESSAGE_SUCCESS="Thank you for signing up!\nPlease check your email address to activate your account."
APP_REGISTER_MESSAGE_ERROR="We were unable to sign you up.\nPlease correct the marked fields."
[PRIVACY]
PRIVACY_MESSAGE_ONE="Access your data."
PRIVACY_MESSAGE_TWO="Update your data."
PRIVACY_MESSAGE_THREE="Delete your data (\"The right to be forgotten\")."
.ini files
What are INI files
INI files are simple text files with a basic structure composed of sections, properties, and values.
Good to know
- We allow in keys only characters that are alphanumeric, spaces or underscores.
- The following keys are not allowed on import: null, yes, no, true, false, on, off, none. If you add them manually to the project, they will not be included in the INI export.
DOCUMENTATION
More about the INI file format