Skip to content

Commit

Permalink
translation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AnshulKahar2729 committed Sep 24, 2024
1 parent 94190c9 commit 2247dca
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
4 changes: 0 additions & 4 deletions public/locales/sp/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -754,14 +754,10 @@
},
"orgSettings": {
"title": "Configuración Talawa",
"pageName": "Configuración",
"general": "General",
"actionItemCategories": "Categorías de elementos de acción",
"updateYourDetails": "Actualiza tus datos",
"updateYourPassword": "Actualice su contraseña",
"updateOrganization": "Actualizar Organización",
"seeRequest": "Ver Solicitud",
"settings": "Ajustes",
"noData": "Sin datos",
"otherSettings": "Otras Configuraciones",
"changeLanguage": "Cambiar Idioma",
Expand Down
3 changes: 2 additions & 1 deletion public/locales/zh/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,6 @@
"addedSuccessfully": "{{item}} 添加成功",
"updatedSuccessfully": "{{item}} 更新成功",
"removedSuccessfully": "{{item}} 删除成功",
"successfullyUpdated": "更新成功"
"successfullyUpdated": "更新成功",
"confirm" : "确认"
}
16 changes: 12 additions & 4 deletions public/locales/zh/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,8 @@
"orgJoined": "已加入组织",
"MembershipRequestSent": "会员请求已发送",
"AlreadyJoined": "已加入",
"errorOccured": "发生错误"
"errorOccured": "发生错误",
"leave": "离开"
},
"communityProfile": {
"title": "社区简介",
Expand Down Expand Up @@ -766,8 +767,7 @@
"noData": "没有数据",
"otherSettings": "其他设置",
"changeLanguage": "更改语言",
"manageCustomFields": "管理自定义字段",
"agendaItemCategories": "议程项目类别"
"manageCustomFields": "管理自定义字段"
},
"deleteOrg": {
"deleteOrganization": "删除组织",
Expand Down Expand Up @@ -978,7 +978,8 @@
"logout": "登出",
"settings": "设置",
"chat": "聊天",
"menu": "菜单"
"menu": "菜单",
"leave": "离开"
},
"organizationSidebar": {
"viewAll": "查看全部",
Expand Down Expand Up @@ -1315,5 +1316,12 @@
},
"userPledges": {
"title": "我的承诺"
},
"orgLeave": {
"confirmation": "您确定要离开该组织吗?",
"heading": "离开组织?",
"description": "您确定要离开该组织吗?此操作无法撤销。如果该组织需要批准,您将无法在没有批准的情况下重新加入。任何相关的数据或权限可能也会丢失。",
"errorOccured": "发生错误。请稍后再试。",
"orgLeft": "您已离开该组织。"
}
}

0 comments on commit 2247dca

Please sign in to comment.