mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +00:00
feat(i18n): add missing translations
This commit is contained in:
parent
0f7e6deeff
commit
323d60fc88
2 changed files with 9 additions and 1 deletions
|
|
@ -969,6 +969,10 @@ const T = {
|
|||
VECTOR_COMPARISON_LOCAL_GREATER:
|
||||
'F.SYNC.D_CONFLICT.VECTOR_COMPARISON_LOCAL_GREATER',
|
||||
VECTOR_COMPARISON_LOCAL_LESS: 'F.SYNC.D_CONFLICT.VECTOR_COMPARISON_LOCAL_LESS',
|
||||
DATE: 'F.SYNC.D_CONFLICT.DATE',
|
||||
TIME: 'F.SYNC.D_CONFLICT.TIME',
|
||||
VECTOR_CLOCK: 'F.SYNC.D_CONFLICT.VECTOR_CLOCK',
|
||||
RESULT: 'F.SYNC.D_CONFLICT.RESULT',
|
||||
},
|
||||
D_DECRYPT_ERROR: {
|
||||
BTN_OVER_WRITE_REMOTE: 'F.SYNC.D_DECRYPT_ERROR.BTN_OVER_WRITE_REMOTE',
|
||||
|
|
|
|||
|
|
@ -953,7 +953,11 @@
|
|||
"VECTOR_COMPARISON_CONCURRENT": "Concurrent (True Conflict)",
|
||||
"VECTOR_COMPARISON_EQUAL": "Equal",
|
||||
"VECTOR_COMPARISON_LOCAL_GREATER": "Local > Remote",
|
||||
"VECTOR_COMPARISON_LOCAL_LESS": "Local < Remote"
|
||||
"VECTOR_COMPARISON_LOCAL_LESS": "Local < Remote",
|
||||
"DATE": "Date",
|
||||
"TIME": "Time",
|
||||
"VECTOR_CLOCK": "Vector Clock",
|
||||
"RESULT": "Result"
|
||||
},
|
||||
"D_DECRYPT_ERROR": {
|
||||
"BTN_OVER_WRITE_REMOTE": "Change & Overwrite Remote",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue