mirror of
https://github.com/fluxerapp/fluxer.git
synced 2026-09-02 21:04:06 +03:00
306 lines
12 KiB
Rust
306 lines
12 KiB
Rust
// SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_CHANGE_LANGUAGE_DESCRIPTOR = {
|
|
key: "languages.change_language",
|
|
message: "Change language",
|
|
comment: "Compact UI label in the language picker. Keep the label clear for users changing the marketing-site language.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_CHOOSE_YOUR_LANGUAGE_DESCRIPTOR = {
|
|
key: "languages.choose_your_language",
|
|
message: "Choose your language",
|
|
comment: "Compact UI label in the language picker. Keep the label clear for users changing the marketing-site language.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_LANGUAGE_LABEL_DESCRIPTOR = {
|
|
key: "languages.language_label",
|
|
message: "Language",
|
|
comment: "Short UI label or heading in the language picker. Keep the label clear for users changing the marketing-site language.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_LIST_ARABIC_DESCRIPTOR = {
|
|
key: "languages.list.arabic",
|
|
message: "Arabic",
|
|
comment: "Language name shown in the language picker. Use the target locale's natural name for this language, not a sentence; keep it short.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_LIST_BULGARIAN_DESCRIPTOR = {
|
|
key: "languages.list.bulgarian",
|
|
message: "Bulgarian",
|
|
comment: "Language name shown in the language picker. Use the target locale's natural name for this language, not a sentence; keep it short.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_LIST_CHINESE_SIMPLIFIED_DESCRIPTOR = {
|
|
key: "languages.list.chinese_simplified",
|
|
message: "Chinese (Simplified)",
|
|
comment: "Language name shown in the language picker. Use the target locale's natural name for this language, not a sentence; keep it short.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_LIST_CHINESE_TRADITIONAL_DESCRIPTOR = {
|
|
key: "languages.list.chinese_traditional",
|
|
message: "Chinese (Traditional)",
|
|
comment: "Language name shown in the language picker. Use the target locale's natural name for this language, not a sentence; keep it short.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_LIST_CROATIAN_DESCRIPTOR = {
|
|
key: "languages.list.croatian",
|
|
message: "Croatian",
|
|
comment: "Language name shown in the language picker. Use the target locale's natural name for this language, not a sentence; keep it short.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_LIST_CZECH_DESCRIPTOR = {
|
|
key: "languages.list.czech",
|
|
message: "Czech",
|
|
comment: "Language name shown in the language picker. Use the target locale's natural name for this language, not a sentence; keep it short.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_LIST_DANISH_DESCRIPTOR = {
|
|
key: "languages.list.danish",
|
|
message: "Danish",
|
|
comment: "Language name shown in the language picker. Use the target locale's natural name for this language, not a sentence; keep it short.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_LIST_DUTCH_DESCRIPTOR = {
|
|
key: "languages.list.dutch",
|
|
message: "Dutch",
|
|
comment: "Language name shown in the language picker. Use the target locale's natural name for this language, not a sentence; keep it short.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_LIST_ENGLISH_DESCRIPTOR = {
|
|
key: "languages.list.english",
|
|
message: "English",
|
|
comment: "Language name shown in the language picker. Use the target locale's natural name for this language, not a sentence; keep it short.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_LIST_ENGLISH_UK_DESCRIPTOR = {
|
|
key: "languages.list.english_uk",
|
|
message: "English (United Kingdom)",
|
|
comment: "Language name shown in the language picker for British English. Use the target locale's natural name for this locale, not a sentence; keep it short.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_LIST_ENGLISH_US_DESCRIPTOR = {
|
|
key: "languages.list.english_us",
|
|
message: "English (US)",
|
|
comment: "Language name shown in the language picker. Use the target locale's natural name for this language, not a sentence; keep it short.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_LIST_FINNISH_DESCRIPTOR = {
|
|
key: "languages.list.finnish",
|
|
message: "Finnish",
|
|
comment: "Language name shown in the language picker. Use the target locale's natural name for this language, not a sentence; keep it short.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_LIST_FRENCH_DESCRIPTOR = {
|
|
key: "languages.list.french",
|
|
message: "French",
|
|
comment: "Language name shown in the language picker. Use the target locale's natural name for this language, not a sentence; keep it short.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_LIST_GERMAN_DESCRIPTOR = {
|
|
key: "languages.list.german",
|
|
message: "German",
|
|
comment: "Language name shown in the language picker. Use the target locale's natural name for this language, not a sentence; keep it short.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_LIST_GREEK_DESCRIPTOR = {
|
|
key: "languages.list.greek",
|
|
message: "Greek",
|
|
comment: "Language name shown in the language picker. Use the target locale's natural name for this language, not a sentence; keep it short.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_LIST_HEBREW_DESCRIPTOR = {
|
|
key: "languages.list.hebrew",
|
|
message: "Hebrew",
|
|
comment: "Language name shown in the language picker. Use the target locale's natural name for this language, not a sentence; keep it short.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_LIST_HINDI_DESCRIPTOR = {
|
|
key: "languages.list.hindi",
|
|
message: "Hindi",
|
|
comment: "Language name shown in the language picker. Use the target locale's natural name for this language, not a sentence; keep it short.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_LIST_HUNGARIAN_DESCRIPTOR = {
|
|
key: "languages.list.hungarian",
|
|
message: "Hungarian",
|
|
comment: "Language name shown in the language picker. Use the target locale's natural name for this language, not a sentence; keep it short.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_LIST_INDONESIAN_DESCRIPTOR = {
|
|
key: "languages.list.indonesian",
|
|
message: "Indonesian",
|
|
comment: "Language name shown in the language picker. Use the target locale's natural name for this language, not a sentence; keep it short.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_LIST_ITALIAN_DESCRIPTOR = {
|
|
key: "languages.list.italian",
|
|
message: "Italian",
|
|
comment: "Language name shown in the language picker. Use the target locale's natural name for this language, not a sentence; keep it short.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_LIST_JAPANESE_DESCRIPTOR = {
|
|
key: "languages.list.japanese",
|
|
message: "Japanese",
|
|
comment: "Language name shown in the language picker. Use the target locale's natural name for this language, not a sentence; keep it short.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_LIST_KOREAN_DESCRIPTOR = {
|
|
key: "languages.list.korean",
|
|
message: "Korean",
|
|
comment: "Language name shown in the language picker. Use the target locale's natural name for this language, not a sentence; keep it short.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_LIST_LITHUANIAN_DESCRIPTOR = {
|
|
key: "languages.list.lithuanian",
|
|
message: "Lithuanian",
|
|
comment: "Language name shown in the language picker. Use the target locale's natural name for this language, not a sentence; keep it short.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_LIST_NORWEGIAN_DESCRIPTOR = {
|
|
key: "languages.list.norwegian",
|
|
message: "Norwegian",
|
|
comment: "Language name shown in the language picker. Use the target locale's natural name for this language, not a sentence; keep it short.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_LIST_POLISH_DESCRIPTOR = {
|
|
key: "languages.list.polish",
|
|
message: "Polish",
|
|
comment: "Language name shown in the language picker. Use the target locale's natural name for this language, not a sentence; keep it short.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_LIST_PORTUGUESE_BRAZIL_DESCRIPTOR = {
|
|
key: "languages.list.portuguese_brazil",
|
|
message: "Portuguese (Brazil)",
|
|
comment: "Language name shown in the language picker. Use the target locale's natural name for this language, not a sentence; keep it short.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_LIST_ROMANIAN_DESCRIPTOR = {
|
|
key: "languages.list.romanian",
|
|
message: "Romanian",
|
|
comment: "Language name shown in the language picker. Use the target locale's natural name for this language, not a sentence; keep it short.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_LIST_RUSSIAN_DESCRIPTOR = {
|
|
key: "languages.list.russian",
|
|
message: "Russian",
|
|
comment: "Language name shown in the language picker. Use the target locale's natural name for this language, not a sentence; keep it short.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_LIST_SPANISH_LATIN_AMERICA_DESCRIPTOR = {
|
|
key: "languages.list.spanish_latin_america",
|
|
message: "Spanish (Latin America)",
|
|
comment: "Language name shown in the language picker. Use the target locale's natural name for this language, not a sentence; keep it short.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_LIST_SPANISH_SPAIN_DESCRIPTOR = {
|
|
key: "languages.list.spanish_spain",
|
|
message: "Spanish (Spain)",
|
|
comment: "Language name shown in the language picker. Use the target locale's natural name for this language, not a sentence; keep it short.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_LIST_SWEDISH_DESCRIPTOR = {
|
|
key: "languages.list.swedish",
|
|
message: "Swedish",
|
|
comment: "Language name shown in the language picker. Use the target locale's natural name for this language, not a sentence; keep it short.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_LIST_THAI_DESCRIPTOR = {
|
|
key: "languages.list.thai",
|
|
message: "Thai",
|
|
comment: "Language name shown in the language picker. Use the target locale's natural name for this language, not a sentence; keep it short.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_LIST_TURKISH_DESCRIPTOR = {
|
|
key: "languages.list.turkish",
|
|
message: "Turkish",
|
|
comment: "Language name shown in the language picker. Use the target locale's natural name for this language, not a sentence; keep it short.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_LIST_UKRAINIAN_DESCRIPTOR = {
|
|
key: "languages.list.ukrainian",
|
|
message: "Ukrainian",
|
|
comment: "Language name shown in the language picker. Use the target locale's natural name for this language, not a sentence; keep it short.",
|
|
};
|
|
);
|
|
|
|
crate::marketing_message!(
|
|
pub const LANGUAGES_LIST_VIETNAMESE_DESCRIPTOR = {
|
|
key: "languages.list.vietnamese",
|
|
message: "Vietnamese",
|
|
comment: "Language name shown in the language picker. Use the target locale's natural name for this language, not a sentence; keep it short.",
|
|
};
|
|
);
|