refactor(task-drawer): update localization keys for created and updated timestamps

- Modified localization JSON files for multiple languages to use double curly braces for variable interpolation in the createdBy and updatedTime fields.
- Ensured consistency across English, German, Spanish, Portuguese, Albanian, and Chinese translations for better formatting of dynamic content.
This commit is contained in:
chamiakJ
2025-07-09 22:51:20 +05:30
parent 75c55fff21
commit 5fb2633bc5
8 changed files with 49 additions and 21 deletions

View File

@@ -79,8 +79,8 @@
"maxFilesError": "Mund të ngarkoni maksimum {count} skedarë",
"processFilesError": "Dështoi përpunimi i skedarëve",
"addCommentError": "Ju lutemi shtoni një koment ose bashkëngjitni skedarë",
"createdBy": "Krijuar {time} nga {user}",
"updatedTime": "Përditësuar {time}"
"createdBy": "Krijuar {{time}} nga {{user}}",
"updatedTime": "Përditësuar {{time}}"
},
"searchInputPlaceholder": "Kërko sipas emrit",
"pendingInvitation": "Ftesë në Pritje"

View File

@@ -79,8 +79,8 @@
"maxFilesError": "Sie können maximal {count} Dateien hochladen",
"processFilesError": "Fehler beim Verarbeiten der Dateien",
"addCommentError": "Bitte fügen Sie einen Kommentar hinzu oder hängen Sie Dateien an",
"createdBy": "Erstellt {time} von {user}",
"updatedTime": "Aktualisiert {time}"
"createdBy": "Erstellt {{time}} von {{user}}",
"updatedTime": "Aktualisiert {{time}}"
},
"searchInputPlaceholder": "Nach Name suchen",
"pendingInvitation": "Ausstehende Einladung"

View File

@@ -79,8 +79,8 @@
"maxFilesError": "You can only upload a maximum of {count} files",
"processFilesError": "Failed to process files",
"addCommentError": "Please add a comment or attach files",
"createdBy": "Created {time} by {user}",
"updatedTime": "Updated {time}"
"createdBy": "Created {{time}} by {{user}}",
"updatedTime": "Updated {{time}}"
},
"searchInputPlaceholder": "Search by name",
"pendingInvitation": "Pending Invitation"

View File

@@ -79,8 +79,8 @@
"maxFilesError": "Solo puede subir un máximo de {count} archivos",
"processFilesError": "Error al procesar archivos",
"addCommentError": "Por favor agregue un comentario o adjunte archivos",
"createdBy": "Creado {time} por {user}",
"updatedTime": "Actualizado {time}"
"createdBy": "Creado {{time}} por {{user}}",
"updatedTime": "Actualizado {{time}}"
},
"searchInputPlaceholder": "Buscar por nombre",
"pendingInvitation": "Invitación Pendiente"

View File

@@ -79,8 +79,8 @@
"maxFilesError": "Você pode fazer upload de no máximo {count} arquivos",
"processFilesError": "Falha ao processar arquivos",
"addCommentError": "Por favor adicione um comentário ou anexe arquivos",
"createdBy": "Criado {time} por {user}",
"updatedTime": "Atualizado {time}"
"createdBy": "Criado {{time}} por {{user}}",
"updatedTime": "Atualizado {{time}}"
},
"searchInputPlaceholder": "Pesquisar por nome",
"pendingInvitation": "Convite Pendente"

View File

@@ -79,8 +79,8 @@
"maxFilesError": "您最多只能上传{count}个文件",
"processFilesError": "处理文件失败",
"addCommentError": "请添加评论或附加文件",
"createdBy": "{time}由{user}创建",
"updatedTime": "更新于{time}"
"createdBy": "{{time}}由{{user}}创建",
"updatedTime": "更新于{{time}}"
},
"searchInputPlaceholder": "按名称搜索",
"pendingInvitation": "待处理邀请"