Skip to content

Commit 5eccbe6

Browse files
authored
Readonly fixes (#9407)
Signed-off-by: Anton Alexeyev <[email protected]>
1 parent 8d12b2c commit 5eccbe6

File tree

34 files changed

+127
-70
lines changed

34 files changed

+127
-70
lines changed

packages/platform/lang/cs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"InvalidOtp": "Neplatný kód",
2222
"InviteNotFound": "Pozvánka s email:{email} nebyla nalezena.",
2323
"WorkspaceLimitReached": "Dosáhli jste limitu pracovních prostorů. Kontaktujte nás...",
24-
"ReadOnlyAccount": "Režim pouze pro čtení",
24+
"ReadOnlyAccount": "Ukázka pro hosty",
2525
"SystemAccount": "Systémový účet"
2626
}
2727
}

packages/platform/lang/de.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"InvalidOtp": "Ungültiger Code",
2222
"InviteNotFound": "Einladung mit E-Mail: {email} nicht gefunden.",
2323
"WorkspaceLimitReached": "Sie haben das Arbeitsbereichslimit erreicht. Bitte kontaktieren Sie uns...",
24-
"ReadOnlyAccount": "Nur-Lese-Modus",
24+
"ReadOnlyAccount": "Gast-Demo",
2525
"SystemAccount": "Systemkonto"
2626
}
2727
}

packages/platform/lang/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"InvalidOtp": "Invalid code",
2121
"InviteNotFound": "Invitation with email:{email} not found.",
2222
"WorkspaceLimitReached": "You have reached the workspace limit. Please contact us...",
23-
"ReadOnlyAccount": "Read only mode",
23+
"ReadOnlyAccount": "Guest Demo",
2424
"SystemAccount": "System account"
2525
}
2626
}

packages/platform/lang/es.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"InvalidOtp": "Código no válido",
2222
"InviteNotFound": "No se encontró la invitación con email:{email}.",
2323
"WorkspaceLimitReached": "Ha alcanzado el límite de espacios de trabajo. Póngase en contacto con nosotros...",
24-
"ReadOnlyAccount": "Modo de solo lectura",
24+
"ReadOnlyAccount": "Demo de Invitado",
2525
"SystemAccount": "Cuenta del sistema"
2626
}
2727
}

packages/platform/lang/fr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"InvalidOtp": "Code invalide",
2222
"InviteNotFound": "Invitation avec l'email:{email} introuvable.",
2323
"WorkspaceLimitReached": "Vous avez atteint la limite d'espace de travail. Veuillez contacter nous...",
24-
"ReadOnlyAccount": "Mode lecture seule",
24+
"ReadOnlyAccount": "Démo Invité",
2525
"SystemAccount": "Compte système"
2626
}
2727
}

packages/platform/lang/it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"InvalidOtp": "Codice non valido",
2222
"InviteNotFound": "Invito con email:{email} non trovato.",
2323
"WorkspaceLimitReached": "Hai raggiunto il limite di spazi di lavoro. Contattaci...",
24-
"ReadOnlyAccount": "Modalità sola lettura",
24+
"ReadOnlyAccount": "Demo Ospite",
2525
"SystemAccount": "Account di sistema"
2626
}
2727
}

packages/platform/lang/ja.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"InvalidOtp": "無効なコードです",
2121
"InviteNotFound": "メールアドレス {email} に対する招待が見つかりませんでした",
2222
"WorkspaceLimitReached": "作成可能なワークスペースの上限に達しました。お問い合わせください",
23-
"ReadOnlyAccount": "読み取り専用モード",
23+
"ReadOnlyAccount": "ゲストデモ",
2424
"SystemAccount": "システムアカウント"
2525
}
2626
}

packages/platform/lang/pt.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"InvalidOtp": "Código inválido",
2222
"InviteNotFound": "Convite com email:{email} não encontrado.",
2323
"WorkspaceLimitReached": "Você atingiu o limite de espaço de trabalho. Entre em contato conosco...",
24-
"ReadOnlyAccount": "Modo somente leitura",
24+
"ReadOnlyAccount": "Demonstração para Convidados",
2525
"SystemAccount": "Conta do sistema"
2626
}
2727
}

packages/platform/lang/ru.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"InvalidOtp": "Неверный код",
2222
"InviteNotFound": "Приглашение с email:{email} не найдено.",
2323
"WorkspaceLimitReached": "Вы достигли лимита рабочих пространств. Свяжитесь с нами...",
24-
"ReadOnlyAccount": "Режим только для чтения",
24+
"ReadOnlyAccount": "Гостевое демо",
2525
"SystemAccount": "Системный аккаунт"
2626
}
2727
}

packages/platform/lang/zh.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"InvalidOtp": "无效的代码",
2222
"InviteNotFound": "未找到 id 为 {email} 的邀请。",
2323
"WorkspaceLimitReached": "您已达到工作区限制。请联系我们...",
24-
"ReadOnlyAccount": "只读模式"
24+
"ReadOnlyAccount": "访客演示"
2525
}
2626
}

0 commit comments

Comments
 (0)