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
5,510 changes: 2,753 additions & 2,757 deletions frontend/appflowy_flutter/assets/translations/mr-IN.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class SharedGroupWidget extends StatelessWidget {
Widget _buildSubtitle(BuildContext context) {
final theme = AppFlowyTheme.of(context);
return Text(
LocaleKeys.shareTab_anyoneInGroupWithLinkCanEdit.tr(),
LocaleKeys.shareTab_anyoneInGroupWithLinkHasFullAccess.tr(),
textAlign: TextAlign.left,
style: theme.textStyle.caption.standard(
color: theme.textColorScheme.secondary,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class _OutlineBlockWidgetState extends State<OutlineBlockWidget>
textDirection: textDirection,
children: [
Text(
LocaleKeys.document_outlineBlock_placeholder.tr(),
LocaleKeys.document_plugins_outline_outlineBlock.tr(),
style: Theme.of(context).textTheme.titleLarge,
),
const VSpace(8.0),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class SignInAnonymousButtonV3 extends StatelessWidget {
},
child: BlocBuilder<AnonUserBloc, AnonUserState>(
builder: (context, state) {
final text = LocaleKeys.signIn_continueWithLocalModel.tr();
final text = LocaleKeys.signIn_continueAnonymousUser.tr();
final onTap = state.anonUsers.isEmpty
? () {
context
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class _SidebarWorkspaceState extends State<SidebarWorkspace> {
showDialog(
context: context,
builder: (context) => NavigatorOkCancelDialog(
message: LocaleKeys.workspace_createLimitExceeded.tr(),
message: LocaleKeys.workspace_createLimitExceededDesc.tr(),
),
);
return;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ class _LackOfResource extends StatelessWidget {
),
TextSpan(text: ' ', style: textStyle),
TextSpan(
text: LocaleKeys.settings_aiPage_keys_installOllamaLai.tr(),
text: LocaleKeys.settings_aiPage_keys_installOllama.tr(),
style: textStyle,
),
];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ class _AFTextFieldState extends AFTextFieldState {
autofocus: widget.autoFocus ?? false,
maxLength: widget.maxLength,
maxLengthEnforcement: MaxLengthEnforcement.truncateAfterCompositionEnds,
autofillHints: widget.autofillHints,
decoration: InputDecoration(
hintText: widget.hintText,
hintStyle: theme.textStyle.body.standard(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ void main() {
findsOneWidget,
);
expect(
find.text(LocaleKeys.shareTab_anyoneInGroupWithLinkCanEdit.tr()),
find.text(LocaleKeys.shareTab_anyoneInGroupWithLinkHasFullAccess.tr()),
findsOneWidget,
);
// Trailing widget: EditAccessLevelWidget (disabled)
Expand Down
7 changes: 4 additions & 3 deletions frontend/resources/translations/am-ET.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"youCanAlso": "እርስዎም ይችላሉ",
"and": "እና",
"blockActions": {
"addBelowTooltip": "ከዚህ በታች ለመጨመር ጠቅ ያድርጉ",
"addBelowCmd": "ጠቅ ያድርጉ",
"addBelowTooltip": "ከዚህ በታች ለመጨመር",
"addAboveCmd": "Alt+click",
"addAboveMacCmd": "Option+click",
"addAboveTooltip": "ከላይ ለመጨመር",
Expand Down Expand Up @@ -496,7 +497,7 @@
"textPlaceholder": "ተጠናቅቋል",
"copyProperty": "ያልተሟላ ነው",
"count": "ደብቅ",
"newRow": "አሳይ",
"newRow": "አዲስ ገጽ",
"action": "ግራ ያስገቡ",
"add": "ቀኝ ያስገቡ",
"drag": "የተባዛ"
Expand Down Expand Up @@ -856,4 +857,4 @@
"noResult": "ምንም ውጤቶች የሉም",
"caseSensitive": "መጪ"
}
}
}
86 changes: 39 additions & 47 deletions frontend/resources/translations/ar-SA.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"and": "و",
"failedToOpenUrl": "فشل في فتح الرابط: {}",
"blockActions": {
"addBelowTooltip": "انقر للإضافة أدناه",
"addBelowCmd": "انقر",
"addBelowTooltip": "للإضافة أدناه",
"addAboveCmd": "Alt + انقر",
"addAboveMacCmd": "Option + انقر",
"addAboveTooltip": "لإضافة أعلاه",
Expand All @@ -36,7 +37,7 @@
"loginButtonText": "تسجيل الدخول",
"loginStartWithAnonymous": "ابدأ بجلسة خفية",
"continueAnonymousUser": "استمر بجلسة خفية",
"continueWithLocalModel": "الاستمرار بالنموذج المحلي",
"continue": "استمرار",
"switchToAppFlowyCloud": "AppFlowy السحابي",
"anonymousMode": "الوضع المجهول",
"buttonText": "تسجيل الدخول",
Expand Down Expand Up @@ -897,11 +898,10 @@
"menuLabel": "إعدادات الذكاء الاصطناعي",
"keys": {
"enableAISearchTitle": "بحث الذكاء الاصطناعي",
"aiSettingsDescription": "اختر النموذج المفضل لديك لتشغيل AppFlowy AI. يتضمن الآن GPT 4-o وClaude 3,5 وLlama 3.1 وMistral 7B",
"aiSettingsDescription": "اختر النموذج المفضل لديك لتشغيل AppFlowy AI.",
"loginToEnableAIFeature": "لا يتم تمكين ميزات الذكاء الاصطناعي إلا بعد تسجيل الدخول باستخدام @:appName Cloud. إذا لم يكن لديك حساب @:appName ، فانتقل إلى \"حسابي\" للتسجيل",
"llmModel": "نموذج اللغة",
"globalLLMModel": "نموذج اللغة العام",
"readOnlyField": "هذا الحقل للقراءة فقط",
"llmModelType": "نوع نموذج اللغة",
"downloadLLMPrompt": "تنزيل {}",
"downloadAppFlowyOfflineAI": "سيؤدي تنزيل حزمة AI دون اتصال بالإنترنت إلى تفعيل تشغيل AI على جهازك. هل تريد الاستمرار؟",
Expand Down Expand Up @@ -938,7 +938,7 @@
"ollamaNotReady": "خادم Ollama غير جاهز.",
"pleaseFollowThese": "اتبع هؤلاء",
"instructions": "التعليمات",
"installOllamaLai": "لإعداد Ollama وAppFlowy Local AI. تخطَّ هذه الخطوة إذا كنت قد قمت بإعدادها بالفعل",
"installOllama": "لإعداد Ollama. تخطَّ هذه الخطوة إذا كنت قد قمت بإعدادها بالفعل",
"modelsMissing": "لم يتم العثور على النماذج المطلوبة.",
"downloadModel": "لتنزيلها.",
"startLocalAI": "قد يستغرق الأمر بضع ثوانٍ لبدء تشغيل الذكاء الاصطناعي المحلي"
Expand Down Expand Up @@ -978,7 +978,7 @@
"proTitle": "محترف",
"teamTitle": "فريق",
"freeInfo": "مثالي للأفراد حتى عضوين لتنظيم كل شيء",
"proInfo": "مثالي للفرق الصغيرة والمتوسطة التي يصل عددها إلى 10 أعضاء.",
"proInfo": "مثالي للفرق الصغيرة والمتوسطة التي يصل عددها إلى 50 أعضاء.",
"teamInfo": "مثالي لجميع الفرق المنتجة والمنظمة جيدًا.",
"upgrade": "تغيير الخطة",
"canceledInfo": "لقد تم إلغاء خطتك، وسيتم تخفيض مستوى خطتك إلى الخطة المجانية في {}."
Expand Down Expand Up @@ -1077,35 +1077,36 @@
"priceInfo": "لكل مستخدم شهريا\nيتم فوترتها سنويا\n\n{} يتم الفوترتها شهريًا"
},
"planLabels": {
"itemOne": "مساحات العمل",
"itemTwo": "الأعضاء",
"itemThree": "التخزين",
"itemFour": "التعاون في الزمن الحقيقي",
"itemFive": "تطبيق الجوال",
"itemSix": "استجابات الذكاء الاصطناعي",
"itemSeven": "صور الذكاء الاصطناعي",
"itemFileUpload": "رفع الملفات",
"customNamespace": "مساحة اسم مخصصة",
"tooltipFive": "تعاون في صفحات محددة مع غير الأعضاء",
"tooltipSix": "تعني مدة الحياة أن عدد الاستجابات لا يتم إعادة ضبطه أبدًا",
"intelligentSearch": "البحث الذكي",
"tooltipSeven": "يتيح لك تخصيص جزء من عنوان URL لمساحة العمل الخاصة بك",
"customNamespaceTooltip": "عنوان URL للموقع المنشور المخصص"
"itemOne": "Workspaces",
"itemTwo": "Members",
"itemThree": "Storage",
"itemFour": "Real-time collaboration",
"itemFive": "Guest editors",
"itemSix": "AI responses",
"itemSeven": "AI images",
"itemFileUpload": "File uploads",
"customNamespace": "Custom namespace",
"tooltipFive": "Collaborate on specific pages with non-members",
"tooltipSix": "Lifetime means the number of responses never reset",
"intelligentSearch": "Intelligent search",
"tooltipSeven": "Allows you to customize part of the URL for your workspace",
"customNamespaceTooltip": "Custom published site URL",
"expandedColors": "Expanded colors"
},
"freeLabels": {
"itemOne": "يتم فرض رسوم على كل مساحة عمل",
"itemTwo": "حتى 2",
"itemThree": "5 جيجا بايت",
"itemFour": "نعم",
"itemFive": "نعم",
"itemSix": "10 مدى الحياة",
"itemSeven": "2 مدى الحياة",
"itemFileUpload": "حتى 7 ميجا بايت",
"intelligentSearch": "البحث الذكي"
"itemOne": "Charged per workspace",
"itemTwo": "Up to 2",
"itemThree": "5 GB",
"itemFour": "yes",
"itemFive": "yes",
"itemSix": "10 lifetime",
"itemSeven": "2 lifetime",
"itemFileUpload": "Up to 7 MB",
"intelligentSearch": "Intelligent search"
},
"proLabels": {
"itemOne": "تتم الفوترة على كل مساحة عمل",
"itemTwo": "حتى 10",
"itemTwo": "حتى 50",
"itemThree": "غير محدود",
"itemFour": "نعم",
"itemFive": "نعم",
Expand Down Expand Up @@ -1676,7 +1677,6 @@
"other": "إخفاء {count} الحقول المخفية"
},
"openAsFullPage": "افتح كصفحة كاملة",
"viewDatabase": "عرض قاعدة البيانات الأصلية",
"moreRowActions": "مزيد من إجراءات الصف"
},
"sort": {
Expand All @@ -1700,7 +1700,7 @@
"textPlaceholder": "فارغ",
"copyProperty": "نسخ الممتلكات إلى الحافظة",
"count": "عدد",
"newRow": "صف جديد",
"newRow": "صفحة جديدة",
"loadMore": "تحميل المزيد",
"action": "فعل",
"add": "انقر فوق إضافة إلى أدناه",
Expand Down Expand Up @@ -1859,7 +1859,8 @@
"file": "الملف",
"twoColumns": "عمودين",
"threeColumns": "3 أعمدة",
"fourColumns": "4 أعمدة"
"fourColumns": "4 أعمدة",
"fiveColumns": "5 أعمدة"
},
"subPage": {
"name": "المستند",
Expand Down Expand Up @@ -2035,6 +2036,7 @@
"convertToLink": "تحويل إلى رابط التضمين"
},
"outline": {
"outlineBlock": "جدول المحتويات",
"addHeadingToCreateOutline": "أضف عناوين لإنشاء جدول محتويات.",
"noMatchHeadings": "لم يتم العثور على عناوين مطابقة."
},
Expand Down Expand Up @@ -2130,9 +2132,6 @@
},
"autoCompletionMenuItemName": "عنصر قائمة الإكمال التلقائي"
},
"outlineBlock": {
"placeholder": "جدول المحتويات"
},
"textBlock": {
"placeholder": "اكتب \"/\" للأوامر"
},
Expand Down Expand Up @@ -2394,10 +2393,6 @@
"noResultForSearching": "لم يتم العثور على أي تطابقات",
"noResultForSearchingHint": "حاول استخدام أسئلة أو كلمات رئيسية مختلفة.\nقد تكون بعض الصفحات في سلة المهملات.",
"bestMatch": "أفضل تطابق",
"showMore": "إظهار المزيد",
"somethingWentWrong": "لقد حدث خطأ ما",
"pageNotExist": "هذه الصفحة غير موجودة",
"tryAgainOrLater": "الرجاء المحاولة مرة أخرى لاحقًا",
"placeholder": {
"actions": "إجراءات البحث ..."
}
Expand Down Expand Up @@ -2853,10 +2848,7 @@
"betaTooltip": "نحن ندعم حاليًا البحث عن الصفحات والمحتوى في المستندات فقط",
"fromTrashHint": "من سلة المحذوفات",
"noResultsHint": "لم نعثر على ما تبحث عنه، حاول البحث عن مصطلح آخر.",
"clearSearchTooltip": "مسح حقل البحث",
"location": "موقع",
"created": "تم الإنشاء",
"edited": "تم التعديل"
"clearSearchTooltip": "مسح حقل البحث"
},
"space": {
"delete": "حذف",
Expand Down Expand Up @@ -3306,7 +3298,7 @@
},
"proPoints": {
"first": "تخزين غير محدود",
"second": "ما يصل إلى 10 أعضاء في مساحة العمل",
"second": "ما يصل إلى 50 أعضاء في مساحة العمل",
"three": "استجابات الذكاء الاصطناعي غير المحدودة",
"four": "رفع ملفات غير محدودة",
"five": "مساحة اسم مخصصة"
Expand Down Expand Up @@ -3372,7 +3364,6 @@
"browsePrompts": "تصفح المطالبات",
"usePrompt": "استخدم المطالبة",
"featured": "مميز",
"example": "مثال المطالبة",
"all": "الجميع",
"development": "التطوير",
"writing": "الكتابة",
Expand All @@ -3382,6 +3373,7 @@
"travel": "السفر",
"others": "آخر",
"prompt": "المطالبة",
"example": "مثال المطالبة",
"sampleOutput": "عينة الإخراج",
"contentSeo": "المحتوى/ت.م.ب",
"emailMarketing": "التسويق عبر البريد الإلكتروني",
Expand Down Expand Up @@ -3428,4 +3420,4 @@
"rewrite": "إعادة كتابة",
"insertBelow": "أدخل أدناه"
}
}
}
7 changes: 4 additions & 3 deletions frontend/resources/translations/ca-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"youCanAlso": "Tu pots també",
"and": "i",
"blockActions": {
"addBelowTooltip": "Feu clic per afegir a continuació",
"addBelowCmd": "Feu clic",
"addBelowTooltip": "per afegir a continuació",
"addAboveCmd": "Alt+clic",
"addAboveMacCmd": "Opció+clic",
"addAboveTooltip": "afegir a dalt",
Expand Down Expand Up @@ -542,7 +543,7 @@
"textPlaceholder": "Buit",
"copyProperty": "S'ha copiat la propietat al porta-retalls",
"count": "Compte",
"newRow": "Nova fila",
"newRow": "Pàgina nova",
"action": "Acció",
"drag": "Arrossegueu per moure's"
},
Expand Down Expand Up @@ -811,4 +812,4 @@
"deleteContentTitle": "Esteu segur que voleu suprimir {pageType}?",
"deleteContentCaption": "si suprimiu aquest {pageType}, podeu restaurar-lo des de la paperera."
}
}
}
7 changes: 4 additions & 3 deletions frontend/resources/translations/ckb-KU.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"and": "وە",
"failedToOpenUrl": "شکستی هێنا لە کردنەوەی url: {}",
"blockActions": {
"addBelowTooltip": "بۆ زیادکردن لە خوارەوە کلیک بکە",
"addBelowCmd": "کلیک بکە",
"addBelowTooltip": "بۆ زیادکردن لە خوارەوە",
"addAboveCmd": "Alt+click",
"addAboveMacCmd": "Option+click",
"addAboveTooltip": "بۆ زیادکردنی سەرەوە",
Expand Down Expand Up @@ -640,7 +641,7 @@
"textPlaceholder": "بەتاڵ",
"copyProperty": "تایبەتمەندی کۆپی کرا بۆ کلیپبۆرد",
"count": "سەرژمێرکردن",
"newRow": "ڕیزی نوێ",
"newRow": "Rûpela nû",
"action": "کردەوە",
"drag": "ڕاکێشان بۆ جوڵە",
"dragAndClick": "بۆ جوڵاندن ڕابکێشە، کلیک بکە بۆ کردنەوەی مێنۆ"
Expand Down Expand Up @@ -941,4 +942,4 @@
"frequentlyUsed": "زۆرجار بەکارت هێناوە"
}
}
}
}
Loading
Loading