Overview
Comment: | [lo] lexicon editor: update + translations |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | lo |
Files: | files | file ages | folders |
SHA3-256: |
b9c72f6c5f93e755f5fbcd2b4df876cc |
User & Date: | olr on 2018-04-14 19:38:35 |
Other Links: | manifest | tags |
Context
2018-04-14
| ||
19:42 | [fx] CSS: <mark> protect against font-style modification check-in: 99794a188b user: olr tags: trunk, fx | |
19:38 | [lo] lexicon editor: update + translations check-in: b9c72f6c5f user: olr tags: trunk, lo | |
17:31 | [lo][bug] lexicon editor: USERPROFILE unknown on Linux check-in: 507372a50d user: olr tags: trunk, lo | |
Changes
Modified gc_lang/fr/oxt/DictOptions/LexiconEditor.py from [1cf16e149d] to [7c6e6162cd].
︙ | |||
381 382 383 384 385 386 387 388 389 390 391 392 393 394 | 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 | + | #xFilePicker.setDisplayDirectory("") #xFilePicker.setMultiSelectionMode(False) #nResult = xFilePicker.execute() #if nResult == 1: # lFile = xFilePicker.getSelectedFiles() # lFile = xFilePicker.getFiles() # print(lFile) # MessageBox(self.xDocument, "File(s): " + str(lFile), "DEBUG", INFOBOX) # workaround spfImported = os.path.join(os.path.expanduser("~"), "fr.personal.json") if os.path.isfile(spfImported): with open(spfImported, "r", encoding="utf-8") as hDst: sJSON = hDst.read() try: sTest = json.loads(sJSON) |
︙ |
Modified gc_lang/fr/oxt/DictOptions/lxe_strings.py from [f0621c5777] to [1708b0e9c7].
︙ | |||
51 52 53 54 55 56 57 | 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | - | "other": "Autre", "flexion": "Flexion", "tags": "Étiquettes", # Lexicon "new_section": "Mots générés", "lexicon_section": "Votre lexique", |
︙ | |||
85 86 87 88 89 90 91 | 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 | - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + | ## "verb_information": "" }, # Traduction délibérément limitée "en": { "title": "Grammalecte · Lexicon editor", |
Modified gc_lang/fr/oxt/DictOptions/sw_strings.py from [50044502f8] to [bd5a9a1a9f].
︙ | |||
29 30 31 32 33 34 35 36 37 38 | 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | + + + + + + + + + + + + + + + + + + + + + + | "regex_error_flexion": "L’expression régulière du champ ‹Flexion› est erronée.", "regex_error_tags": "L’expression régulière du champ ‹Étiquettes› est erronée." }, "en": { "title": "Grammalecte · Search and informations", "search_section": "Search", "similar_search_section": "Similar words", "similar_search_button": "Search", "regex_search_section": "Regular expressions", "flexion": "Flexion", "tags": "Tags", "regex_search_button": "Search", "result_warning": "Search via regular expressions can generate a huge amount of results. Only the first 2000 occurrences found will be displayed. Search may be long as the full word graph, which contains 500,000 flexions, will be parsed if required.", "result_section": "Results", "res_flexion": "Flexions", "res_lemma": "Lemmas", "res_tags": "Tags", "close_button": "Close", "error": "Error", "regex_error_flexion": "The regular expression in field ‹Flexion› is wrong.", "regex_error_tags": "The regular expression in field ‹Tags› is wrong." "close_button": "Close", }, } |
Modified gc_lang/fr/oxt/DictOptions/ti_strings.py from [bdcc06a6c3] to [0b16e6dad2].
1 2 3 4 5 6 7 8 9 10 11 12 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | - + - + - + + + + + + + + + + + + + + + + + + | def getUI (sLang): if sLang in dStrings: return dStrings[sLang] return dStrings["fr"] dStrings = { "fr": { "title": "Grammalecte · Informations", "information_section": "Informations", "save": "Enregistrement", |