Browsing Uyghur translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Uyghur guidelines.
17 of 7 results
268.
Disable swap files syncing.
i18n: file: dialogs/opensaveconfigadvwidget.ui:167
i18n: ectx: property (text), widget (QCheckBox, chkNoSync)
(no translation yet)
Located in rc.cpp:213
281.
&Fallback Encoding
i18n: file: dialogs/opensaveconfigwidget.ui:65
i18n: ectx: property (text), widget (QLabel, lblEncodingDetection)
(no translation yet)
Located in rc.cpp:252
987.
Sort the selected text or whole document in natural order.<br>Here is an example to show the difference to the normal sort method:<br>sort(a10, a1, a2) => a1, a10, a2<br>natsort(a10, a1, a2) => a1, a2, a10
(no translation yet)
Located in script/data/utils.js:273
991.
Joins selected lines or whole document. Optionally pass a separator to put between each line:<br><code>join ', '</code> will e.g. join lines and separate them by a comma.
(no translation yet)
Located in script/data/utils.js:281
993.
Given a JavaScript function as argument, call that for the list of (selected) lines and replace them with the return value of that callback.<br>Example (join selected lines):<br><code>each 'function(lines){return lines.join(", "}'</code><br>To save you some typing, you can also do this to achieve the same:<br><code>each 'lines.join(", ")'</code>
(no translation yet)
Located in script/data/utils.js:287
994.
Given a JavaScript function as argument, call that for the list of (selected) lines and remove those where the callback returns false.<br>Example (see also <code>rmblank</code>):<br><code>filter 'function(l){return l.length > 0;}'</code><br>To save you some typing, you can also do this to achieve the same:<br><code>filter 'line.length > 0'</code>
(no translation yet)
Located in script/data/utils.js:289
995.
Given a JavaScript function as argument, call that for the list of (selected) lines and replace the line with the return value of the callback.<br>Example (see also <code>ltrim</code>):<br><code>map 'function(line){return line.replace(/^\s+/, "");}'</code><br>To save you some typing, you can also do this to achieve the same:<br><code>map 'line.replace(/^\s+/, "")'</code>
(no translation yet)
Located in script/data/utils.js:291
17 of 7 results

This translation is managed by Ubuntu Uyghur Translation Group, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Burkut, Gheyret T.Kenji.