Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class _DesktopSignInScreenState extends State<DesktopSignInScreen>

// logo and title
FlowyLogoTitle(
title: LocaleKeys.welcomeText.tr(),
title: LocaleKeys.welcomeText.tr(namedArgs: {'appName': LocaleKeys.appName.tr()}),
logoSize: Size.square(36),
),
VSpace(theme.spacing.xxl),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class MobileSignInScreen extends StatelessWidget {
child: Column(
children: [
const Spacer(),
FlowyLogoTitle(title: LocaleKeys.welcomeText.tr()),
FlowyLogoTitle(title: LocaleKeys.welcomeText.tr(namedArgs: {'appName': LocaleKeys.appName.tr()})),
VSpace(theme.spacing.xxl),
isLocalAuthEnabled
? const SignInAnonymousButtonV3()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class _SkipLogInScreenState extends State<SkipLogInScreen> {
children: [
const Spacer(),
FlowyLogoTitle(
title: LocaleKeys.welcomeText.tr(),
title: LocaleKeys.welcomeText.tr(namedArgs: {'appName': LocaleKeys.appName.tr()}),
logoSize: Size.square(UniversalPlatform.isMobile ? 80 : 40),
),
const VSpace(32),
Expand Down
4 changes: 2 additions & 2 deletions frontend/resources/translations/am-ET.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"appName": "AppFlowy",
"defaultUsername": "Me",
"welcomeText": "እንኳን በደህና መጡ @:appName መተግበሪያ ስም",
"welcomeText": "እንኳን በደህና መጡ {appName} መተግበሪያ ስም",
"githubStarText": "በ Github ላይ ኮከብ",
"subscribeNewsletterText": "ለዜና ጽሑፍ ይመዝገቡ",
"letsGoButtonText": "ፈጣን ጅምር",
Expand Down Expand Up @@ -856,4 +856,4 @@
"noResult": "ምንም ውጤቶች የሉም",
"caseSensitive": "መጪ"
}
}
}
2 changes: 1 addition & 1 deletion frontend/resources/translations/ar-SA.json
Original file line number Diff line number Diff line change
Expand Up @@ -3428,4 +3428,4 @@
"rewrite": "إعادة كتابة",
"insertBelow": "أدخل أدناه"
}
}
}
4 changes: 2 additions & 2 deletions frontend/resources/translations/ca-ES.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"appName": "AppFlowy",
"defaultUsername": "Jo",
"welcomeText": "Benvingut a @:appName",
"welcomeText": "Benvingut a {appName}",
"welcomeTo": "Benvingut a",
"githubStarText": "Preferit a Github",
"subscribeNewsletterText": "Subscriu-me al butlletí",
Expand Down Expand Up @@ -811,4 +811,4 @@
"deleteContentTitle": "Esteu segur que voleu suprimir {pageType}?",
"deleteContentCaption": "si suprimiu aquest {pageType}, podeu restaurar-lo des de la paperera."
}
}
}
4 changes: 2 additions & 2 deletions frontend/resources/translations/ckb-KU.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"appName": "AppFlowy",
"defaultUsername": "من",
"welcomeText": "@:appName بەخێربێن بۆ",
"welcomeText": "{appName} بەخێربێن بۆ",
"welcomeTo": "بەخێربێن بۆ",
"githubStarText": "بە گیتهابەکەمان ئەستێرە بدەن",
"subscribeNewsletterText": "سەبسکرایبی هەواڵنامە بکە",
Expand Down Expand Up @@ -941,4 +941,4 @@
"frequentlyUsed": "زۆرجار بەکارت هێناوە"
}
}
}
}
2 changes: 1 addition & 1 deletion frontend/resources/translations/cs-CZ.json
Original file line number Diff line number Diff line change
Expand Up @@ -1504,4 +1504,4 @@
"font": "Písmo",
"actions": "Příkazy"
}
}
}
4 changes: 2 additions & 2 deletions frontend/resources/translations/de-DE.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"appName": "AppFlowy",
"defaultUsername": "Ich",
"welcomeText": "Willkommen bei @:appName",
"welcomeText": "Willkommen bei {appName}",
"welcomeTo": "Willkommen zu",
"githubStarText": "Mit einem Stern auf GitHub markieren",
"subscribeNewsletterText": "Abonniere den Newsletter",
Expand Down Expand Up @@ -2864,4 +2864,4 @@
"permissionDenied": "Keine Berechtigung zum Öffnen dieser Datei",
"unknownError": "Öffnen der Datei fehlgeschlagen"
}
}
}
2 changes: 1 addition & 1 deletion frontend/resources/translations/el-GR.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"appName": "AppFlowy",
"defaultUsername": "Me",
"welcomeText": "Καλωσορίσατε στο @:appName",
"welcomeText": "Καλωσορίσατε στο {appName}",
"welcomeTo": "Καλωσορίσατε στο",
"githubStarText": "Star on GitHub",
"subscribeNewsletterText": "Εγγραφείτε στο Newsletter",
Expand Down
4 changes: 2 additions & 2 deletions frontend/resources/translations/en-GB.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"appName": "AppFlowy",
"defaultUsername": "Me",
"welcomeText": "Welcome to @:appName",
"welcomeText": "Welcome to {appName}",
"welcomeTo": "Welcome to",
"githubStarText": "Star on GitHub",
"subscribeNewsletterText": "Subscribe to Newsletter",
Expand Down Expand Up @@ -3209,4 +3209,4 @@
"rewrite": "Rewrite",
"insertBelow": "Insert below"
}
}
}
2 changes: 1 addition & 1 deletion frontend/resources/translations/en-US.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"appName": "AppFlowy",
"defaultUsername": "Me",
"welcomeText": "Welcome to @:appName",
"welcomeText": "Welcome to {appName}",
"welcomeTo": "Welcome to",
"githubStarText": "Star on GitHub",
"subscribeNewsletterText": "Subscribe to Newsletter",
Expand Down
4 changes: 2 additions & 2 deletions frontend/resources/translations/es-VE.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"appName": "AppFlowy",
"defaultUsername": "Mi",
"welcomeText": "Bienvenido a @:appName",
"welcomeText": "Bienvenido a {appName}",
"welcomeTo": "Bienvenido a",
"githubStarText": "Favorito en GitHub",
"subscribeNewsletterText": "Suscribir al boletín",
Expand Down Expand Up @@ -1587,4 +1587,4 @@
"betaTooltip": "Actualmente solo admitimos la búsqueda de páginas.",
"fromTrashHint": "De la papelera"
}
}
}
4 changes: 2 additions & 2 deletions frontend/resources/translations/eu-ES.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"appName": "AppFlowy",
"defaultUsername": "Ni",
"welcomeText": "Ongietorri @:appName -ra",
"welcomeText": "Ongietorri {appName} -ra",
"githubStarText": "Izarra GitHub-en",
"subscribeNewsletterText": "Harpidetu buletinera",
"letsGoButtonText": "Hasi",
Expand Down Expand Up @@ -600,4 +600,4 @@
"deleteContentTitle": "Ziur {pageType} ezabatu nahi duzula?",
"deleteContentCaption": "{pageType} hau ezabatzen baduzu, zaborrontzitik leheneratu dezakezu."
}
}
}
4 changes: 2 additions & 2 deletions frontend/resources/translations/fa.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"appName": "AppFlowy",
"defaultUsername": "من",
"welcomeText": "به @:appName خوش آمدید",
"welcomeText": "به {appName} خوش آمدید",
"welcomeTo": "خوش آمدید به",
"githubStarText": "به گیت‌هاب ما ستاره دهید",
"subscribeNewsletterText": "اشتراک در خبرنامه",
Expand Down Expand Up @@ -704,4 +704,4 @@
"frequentlyUsed": "استفاده‌شده"
}
}
}
}
4 changes: 2 additions & 2 deletions frontend/resources/translations/fr-CA.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"appName": "AppFlowy",
"defaultUsername": "Moi",
"welcomeText": "Bienvenue sur @:appName",
"welcomeText": "Bienvenue sur {appName}",
"welcomeTo": "Bienvenue à",
"githubStarText": "Étoiler sur GitHub",
"subscribeNewsletterText": "Abonnez-vous à notre courriel",
Expand Down Expand Up @@ -1313,4 +1313,4 @@
"userIcon": "Icône utilisateur"
},
"noLogFiles": "Il n'y a pas de log"
}
}
4 changes: 2 additions & 2 deletions frontend/resources/translations/fr-FR.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"appName": "AppFlowy",
"defaultUsername": "Moi",
"welcomeText": "Bienvenue sur @:appName",
"welcomeText": "Bienvenue sur {appName}",
"welcomeTo": "Bienvenue à",
"githubStarText": "Favoriser sur GitHub",
"subscribeNewsletterText": "S'inscrire à la Newsletter",
Expand Down Expand Up @@ -3403,4 +3403,4 @@
"rewrite": "Récrire",
"insertBelow": "Insérer ci-dessous"
}
}
}
4 changes: 2 additions & 2 deletions frontend/resources/translations/ga-IE.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"appName": "Appflowy",
"defaultUsername": "Liom",
"welcomeText": "Fáilte go @:appName",
"welcomeText": "Fáilte go {appName}",
"welcomeTo": "Fáilte chuig",
"githubStarText": "Réalta ar GitHub",
"subscribeNewsletterText": "Liostáil le Nuachtlitir",
Expand Down Expand Up @@ -116,4 +116,4 @@
"createdAt": "Cruthaithe: {}",
"deleteView": "Scrios"
}
}
}
4 changes: 2 additions & 2 deletions frontend/resources/translations/he.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"appName": "AppFlowy",
"defaultUsername": "אני",
"welcomeText": "ברוך בואך אל @:appName",
"welcomeText": "ברוך בואך אל {appName}",
"welcomeTo": "ברוך בואך אל",
"githubStarText": "כוכב ב־GitHub",
"subscribeNewsletterText": "הרשמה לרשימת הדיוור",
Expand Down Expand Up @@ -2080,4 +2080,4 @@
"signInError": "שגיאת כניסה",
"login": "הרשמה או כניסה"
}
}
}
4 changes: 2 additions & 2 deletions frontend/resources/translations/hin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"appName": "AppFlowy",
"defaultUsername": "मैं",
"welcomeText": " @:appName में आपका स्वागत है",
"welcomeText": " {appName} में आपका स्वागत है",
"githubStarText": "गिटहब पर स्टार करे",
"subscribeNewsletterText": "समाचार पत्रिका के लिए सदस्यता लें",
"letsGoButtonText": "जल्दी शुरू करे",
Expand Down Expand Up @@ -736,4 +736,4 @@
"frequentlyUsed": "अक्सर उपयोग किया जाता है"
}
}
}
}
4 changes: 2 additions & 2 deletions frontend/resources/translations/hu-HU.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"appName": "AppFlowy",
"defaultUsername": "Én",
"welcomeText": "Üdvözöl az @:appName",
"welcomeText": "Üdvözöl az {appName}",
"githubStarText": "GitHub csillagozás",
"subscribeNewsletterText": "Iratkozzon fel a hírlevelünkre",
"letsGoButtonText": "Vágjunk bele",
Expand Down Expand Up @@ -598,4 +598,4 @@
"deleteContentTitle": "Biztosan törli a következőt: {pageType}?",
"deleteContentCaption": "ha törli ezt a {pageType} oldalt, visszaállíthatja a kukából."
}
}
}
4 changes: 2 additions & 2 deletions frontend/resources/translations/id-ID.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"appName": "AppFlowy",
"defaultUsername": "Saya",
"welcomeText": "Selamat datang di @:appName",
"welcomeText": "Selamat datang di {appName}",
"welcomeTo": "Selamat datang di",
"githubStarText": "Bintangi GitHub",
"subscribeNewsletterText": "Berlangganan buletin",
Expand Down Expand Up @@ -1044,4 +1044,4 @@
"noFavorite": "Tidak ada halaman favorit",
"noFavoriteHintText": "Geser halaman ke kiri untuk menambahkannya ke favorit Anda"
}
}
}
4 changes: 2 additions & 2 deletions frontend/resources/translations/it-IT.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"appName": "AppFlowy",
"defaultUsername": "Me",
"welcomeText": "Benvenuto in @:appName",
"welcomeText": "Benvenuto in {appName}",
"welcomeTo": "Benvenuto a",
"githubStarText": "Vota su GitHub",
"subscribeNewsletterText": "Sottoscrivi la Newsletter",
Expand Down Expand Up @@ -2160,4 +2160,4 @@
"userIcon": "Icona utente"
},
"noLogFiles": "Non ci sono file di log"
}
}
4 changes: 2 additions & 2 deletions frontend/resources/translations/ja-JP.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"appName": "AppFlowy",
"defaultUsername": "ユーザー",
"welcomeText": "Welcome to @:appName",
"welcomeText": "Welcome to {appName}",
"welcomeTo": "ようこそ",
"githubStarText": "Star on GitHub",
"subscribeNewsletterText": "新着情報を受け取る",
Expand Down Expand Up @@ -3047,4 +3047,4 @@
}
}
}
}
}
4 changes: 2 additions & 2 deletions frontend/resources/translations/ko-KR.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"appName": "AppFlowy",
"defaultUsername": "나",
"welcomeText": "@:appName에 오신 것을 환영합니다",
"welcomeText": "{appName}에 오신 것을 환영합니다",
"welcomeTo": "환영합니다",
"githubStarText": "GitHub에서 별표",
"subscribeNewsletterText": "뉴스레터 구독",
Expand Down Expand Up @@ -3184,4 +3184,4 @@
"rewrite": "다시 작성",
"insertBelow": "아래에 삽입"
}
}
}
Loading
Loading