Skip to content
Open
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
12 changes: 6 additions & 6 deletions packages/localizations/src/he-IL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,17 +212,17 @@ export const heIL: LocalizationResource = {
formFieldInputPlaceholder__apiKeyName: undefined,
formFieldInputPlaceholder__backupCode: undefined,
formFieldInputPlaceholder__confirmDeletionUserAccount: 'מחיקת חשבון',
formFieldInputPlaceholder__emailAddress: undefined,
formFieldInputPlaceholder__emailAddress: 'כתובת האימייל שלך',
Copy link

Copilot AI Jan 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The word for "email" is inconsistent in the file. Line 215 uses "אימייל" (transliterated), but other parts of the file use 'דוא"ל' (Hebrew acronym for electronic mail, line 237). Consider using the same term consistently throughout the file. The Hebrew acronym 'דוא"ל' is more formal and commonly used in official Israeli contexts.

Suggested change
formFieldInputPlaceholder__emailAddress: 'כתובת האימייל שלך',
formFieldInputPlaceholder__emailAddress: 'כתובת הדוא"ל שלך',

Copilot uses AI. Check for mistakes.
formFieldInputPlaceholder__emailAddress_username: undefined,
formFieldInputPlaceholder__emailAddresses: '[email protected], [email protected]',
formFieldInputPlaceholder__firstName: undefined,
formFieldInputPlaceholder__lastName: undefined,
formFieldInputPlaceholder__firstName: 'שם פרטי',
formFieldInputPlaceholder__lastName: 'שם משפחה',
formFieldInputPlaceholder__organizationDomain: undefined,
formFieldInputPlaceholder__organizationDomainEmailAddress: undefined,
formFieldInputPlaceholder__organizationName: undefined,
formFieldInputPlaceholder__organizationName: 'שם הארגון',
formFieldInputPlaceholder__organizationSlug: 'הארגון-שלי',
formFieldInputPlaceholder__password: undefined,
formFieldInputPlaceholder__phoneNumber: undefined,
formFieldInputPlaceholder__password: 'הכנס סיסמה',
Copy link

Copilot AI Jan 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two different Hebrew verbs are used for "enter": "הכנס" (line 224) and "הזן" (line 225). For consistency, use the same verb throughout. "הזן" is more commonly used for data entry in Hebrew UI contexts.

Suggested change
formFieldInputPlaceholder__password: 'הכנס סיסמה',
formFieldInputPlaceholder__password: 'הזן סיסמה',

Copilot uses AI. Check for mistakes.
formFieldInputPlaceholder__phoneNumber: 'הזן את מספר הטלפון שלך',
Comment on lines +215 to +225
Copy link

Copilot AI Jan 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The placeholder translations lack consistency in style. Some use imperative verbs (הכנס, הזן) while others don't, and some include possessive pronouns (שלך) while others omit them. For better user experience, consider applying a consistent pattern across all placeholders. For example, either use imperatives for all (like Spanish "Ingrese su...") or use simple descriptive phrases for all (like "כתובת אימייל", "שם פרטי", etc.).

Copilot uses AI. Check for mistakes.
formFieldInputPlaceholder__username: undefined,
formFieldInput__emailAddress_format: undefined,
formFieldLabel__apiKey: 'מפתח API',
Expand Down