Codebase list deepin-picker / b958227
New upstream version 5.0.1 Boyuan Yang 4 years ago
57 changed file(s) with 299 addition(s) and 128 deletion(s). Raw diff Collapse all Expand all
0 <a name="1.6.5"></a>
1 ### 1.6.5 (2019-04-09)
2
3
4
5
06 <a name=""></a>
17 ## 1.6.4 (2018-11-23)
28
1111
1212 # Translations:
1313 # Do not manually modify!
14 Comment[ar]=منتقي اللون
1415 Comment[ast]=Seleutor de colores
16 Comment[bg]=Избор на цвят
17 Comment[bn]=কালার পিকার
1518 Comment[ca]=Selector de color
19 Comment[cs]=Sběrač barev
20 Comment[da]=Farvepipette
21 Comment[de]=Farbpipette
22 Comment[es]=Selector de color
23 Comment[es_419]=Selector de color
24 Comment[et]=Värvivalija
25 Comment[fi]=Värien kerääjä
1626 Comment[fr]=Pipette à couleurs
27 Comment[id]=Pemilih Warna
1728 Comment[it]=Color picker
29 Comment[ko]=색상 선택 도구
1830 Comment[lt]=Spalvos parinkiklis
31 Comment[ms]=Pemilih warna
32 Comment[ne]=रङ चयनकर्ता
1933 Comment[nl]=Kleurkiezer
34 Comment[pl]=Zbieracz kolorów
35 Comment[pt]=Selector de cores
2036 Comment[pt_BR]=Selecionador de cor
2137 Comment[ru]=Выбор цвета
2238 Comment[sk]=Výber farby
2339 Comment[sq]=Zgjedhës ngjyrash
2440 Comment[sr]=Пипета за боје
2541 Comment[tr]=Renk seçici
42 Comment[uk]=Піпетка для кольорів
2643 Comment[zh_CN]=取色器
44 Comment[zh_TW]=取色器
45 GenericName[ar]=منتقي
2746 GenericName[ast]=Seleutor
47 GenericName[bg]=Picker
48 GenericName[bn]=পিকার
2849 GenericName[ca]=Selector
50 GenericName[cs]=Sběrač
51 GenericName[da]=Pipette
52 GenericName[de]=Auswahlwerkzeug
53 GenericName[es]=Seleccionar
54 GenericName[es_419]=Picker
55 GenericName[et]=Värvivalija
56 GenericName[fi]=Kerääjä
2957 GenericName[fr]=Pipette
58 GenericName[id]=Pemilih
3059 GenericName[it]=Picker
60 GenericName[ko]=선택 도구
3161 GenericName[lt]=Parinkiklis
62 GenericName[ms]=Pemilih
63 GenericName[ne]=चयनकर्ता
3264 GenericName[nl]=Kiezer
65 GenericName[pl]=Zbieracz kolorów
66 GenericName[pt]=Selector
3367 GenericName[pt_BR]=Selecionador
3468 GenericName[ru]=Сборщик Цветовых Кодов
3569 GenericName[sk]=Výber
3670 GenericName[sq]=Zgjedhës
3771 GenericName[sr]=Пипета
3872 GenericName[tr]=Renk Seçici
73 GenericName[uk]=Піпетка
3974 GenericName[zh_CN]=取色器
75 GenericName[zh_TW]=取色器
76 Name[ar]=منتقي الألوان ديبين
4077 Name[ast]=Deepin Picker
78 Name[bg]=Deepin Picker
79 Name[bn]=ডিপিন পিকার
4180 Name[ca]=Selector del Deepin
81 Name[cs]=Sběrač barev
82 Name[da]=Deepin pipette
83 Name[de]=Deepin Farbpipette
84 Name[es]=Deepin Picker
85 Name[es_419]=Deepin Picker
86 Name[et]=Deepin värvivalija
87 Name[fi]=Deepin kerääjä
4288 Name[fr]=Deepin Picker
89 Name[id]=Pemilih Deepin
4390 Name[it]=Deepin Picker
91 Name[ko]=Deepin 선택 도구
4492 Name[lt]=Deepin parinkiklis
93 Name[ms]=Pemilih Deepin
94 Name[ne]=डिपिन चयनकर्ता
4595 Name[nl]=Deepin Kleurkiezer
96 Name[pl]=Zbieracz kolorów Deepin
97 Name[pt]=Deepin Picker
4698 Name[pt_BR]=Selecionador Deepin
4799 Name[ru]=Сборщик Цветовых Кодов Deepin
48100 Name[sk]=Deepin Výber
49101 Name[sq]=Zgjedhësi Deepin
50102 Name[sr]=Дипин Пипета
51103 Name[tr]=Deepin Renk Seçici
104 Name[uk]=Піпетка Deepin
52105 Name[zh_CN]=深度取色器
106 Name[zh_TW]=Deepin 取色器
53107
4646 DApplication::loadDXcbPlugin();
4747
4848 // Init attributes.
49 const char *descriptionText = QT_TRANSLATE_NOOP("MainWindow",
50 "Deepin Picker is a fast screen color picking tool. RGB and HEX code can be obtained according color picked and auto saved to clipboard. The color picking area is where mouse clicked."
51 );
49 const char *descriptionText = QT_TRANSLATE_NOOP(
50 "MainWindow",
51 "Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes "
52 "are obtained on click and auto saved to the clipboard.");
5253
5354 const QString acknowledgementLink = "https://www.deepin.org/acknowledgments/deepin-picker";
5455
138139 dbus.registerObject("/com/deepin/Picker", picker.data(), QDBusConnection::ExportScriptableSlots | QDBusConnection::ExportScriptableSignals);
139140 }
140141 }
141
142
142143 return app.exec();
143144 }
1111 <context>
1212 <name>MainWindow</name>
1313 <message>
14 <location filename="../src/main.cpp" line="47"/>
15 <source>Deepin Picker is a fast screen color picking tool. RGB and HEX code can be obtained according color picked and auto saved to clipboard. The color picking area is where mouse clicked.</source>
14 <location filename="../src/main.cpp" line="50"/>
15 <source>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</source>
1616 <translation type="unfinished"></translation>
1717 </message>
1818 <message>
19 <location filename="../src/main.cpp" line="69"/>
19 <location filename="../src/main.cpp" line="72"/>
2020 <source>Deepin Picker</source>
2121 <translation type="unfinished"></translation>
2222 </message>
99 <context>
1010 <name>MainWindow</name>
1111 <message>
12 <location filename="../src/main.cpp" line="47"/>
13 <source>Deepin Picker is a fast screen color picking tool. RGB and HEX code can be obtained according color picked and auto saved to clipboard. The color picking area is where mouse clicked.</source>
14 <translation>ዲፕኢን መምረጫ ፈጣን የ መመልከቻ ቀለም መምረጫ መሳሪያ ነው: RGB እና HEX ኮድ ማግኘት ይቻላል እንደ ቀለም ምርጫው አይነት: እና በራሱ ያስቀምጣል ወደ ቁራጭ ሰሌዳ ውስጥ:የ ቀለም መምረጫ ቦታ ላይ ነው አይጡን መጫን ያለብዎት</translation>
12 <location filename="../src/main.cpp" line="50"/>
13 <source>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</source>
14 <translation type="unfinished"/>
1515 </message>
1616 <message>
17 <location filename="../src/main.cpp" line="69"/>
17 <location filename="../src/main.cpp" line="72"/>
1818 <source>Deepin Picker</source>
1919 <translation>ዲፕኢን መምረጫ</translation>
2020 </message>
99 <context>
1010 <name>MainWindow</name>
1111 <message>
12 <location filename="../src/main.cpp" line="47"/>
13 <source>Deepin Picker is a fast screen color picking tool. RGB and HEX code can be obtained according color picked and auto saved to clipboard. The color picking area is where mouse clicked.</source>
14 <translation>منتقي الألوان لديبين : أداة سريعة لإنتقاء الألوان على الشاشة ، ترميزات الألوان RGB و HEX ، يمكن الحصول عليها وفقاً للون المختار ، حيث منطقة اختيار اللون هي مكان نقر المؤشر .</translation>
12 <location filename="../src/main.cpp" line="50"/>
13 <source>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</source>
14 <translation>منتقي الألوان لديبين هى أداة سريعة لإنتقاء الألوان على الشاشة ، ترميزات الألوان RGB و HEX ، يمكن الحصول عليها بالنقر و تحفظ تلقائياً فى الحافظة .</translation>
1515 </message>
1616 <message>
17 <location filename="../src/main.cpp" line="69"/>
17 <location filename="../src/main.cpp" line="72"/>
1818 <source>Deepin Picker</source>
1919 <translation>منتقي الألوان ديبين</translation>
2020 </message>
99 <context>
1010 <name>MainWindow</name>
1111 <message>
12 <location filename="../src/main.cpp" line="47"/>
13 <source>Deepin Picker is a fast screen color picking tool. RGB and HEX code can be obtained according color picked and auto saved to clipboard. The color picking area is where mouse clicked.</source>
12 <location filename="../src/main.cpp" line="50"/>
13 <source>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</source>
1414 <translation type="unfinished"/>
1515 </message>
1616 <message>
17 <location filename="../src/main.cpp" line="69"/>
17 <location filename="../src/main.cpp" line="72"/>
1818 <source>Deepin Picker</source>
19 <translation>Seleutor Deepin</translation>
19 <translation>Deepin Picker</translation>
2020 </message>
2121 </context>
2222 </TS>
99 <context>
1010 <name>MainWindow</name>
1111 <message>
12 <location filename="../src/main.cpp" line="47"/>
13 <source>Deepin Picker is a fast screen color picking tool. RGB and HEX code can be obtained according color picked and auto saved to clipboard. The color picking area is where mouse clicked.</source>
14 <translation>Deepin Picker е инструмент за бърз избор на цвят от екранена. RGB и HEX кодът може да се получи според избрания цвят и автоматично запазен в клипборда. Зоната за избиране на цвета е там, където е щракнала мишката.</translation>
12 <location filename="../src/main.cpp" line="50"/>
13 <source>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</source>
14 <translation type="unfinished"/>
1515 </message>
1616 <message>
17 <location filename="../src/main.cpp" line="69"/>
17 <location filename="../src/main.cpp" line="72"/>
1818 <source>Deepin Picker</source>
1919 <translation>Deepin Picker</translation>
2020 </message>
99 <context>
1010 <name>MainWindow</name>
1111 <message>
12 <location filename="../src/main.cpp" line="47"/>
13 <source>Deepin Picker is a fast screen color picking tool. RGB and HEX code can be obtained according color picked and auto saved to clipboard. The color picking area is where mouse clicked.</source>
14 <translation>ডিপিন পিকার একটি দ্রুত স্ক্রিনের নির্বাচন করার টুল। নির্বাচিত রং অনুসারে RGB এবং HEX কোড পাওয়া যাবে এবং ক্লিপবোর্ডে স্বয়ংক্রিয়ভাবে সংরক্ষণ করা যাবে। যেখানে মাউস ক্লিক করা হয়েছে সেখান হতে রং নির্বাচন করা হবে।</translation>
12 <location filename="../src/main.cpp" line="50"/>
13 <source>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</source>
14 <translation>ডিপিন পিকার হল সহজে এবং দ্রুত স্ক্রিনের রং নির্বাচন করার টুল। নির্বাচিত রং অনুসারে RGB এবং HEX কোড পাওয়া যাবে এবং ক্লিক করলেই ক্লিপবোর্ডে স্বয়ংক্রিয়ভাবে সংরক্ষণ হবে।</translation>
1515 </message>
1616 <message>
17 <location filename="../src/main.cpp" line="69"/>
17 <location filename="../src/main.cpp" line="72"/>
1818 <source>Deepin Picker</source>
1919 <translation>ডিপিন পিকার</translation>
2020 </message>
99 <context>
1010 <name>MainWindow</name>
1111 <message>
12 <location filename="../src/main.cpp" line="47"/>
13 <source>Deepin Picker is a fast screen color picking tool. RGB and HEX code can be obtained according color picked and auto saved to clipboard. The color picking area is where mouse clicked.</source>
14 <translation>El Selector del Deepin és una eina de selecció de color de pantalla ràpida. Els codis RGB i HEX es poden obtenir d&apos;acord amb el color seleccionat i es poden desar automàticament al porta-retalls. L&apos;àrea de selecció de color és on s&apos;ha clicat amb el ratolí.</translation>
12 <location filename="../src/main.cpp" line="50"/>
13 <source>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</source>
14 <translation>El Selector del Deepin és una eina de selecció de color de pantalla ràpida. Els codis RGB i HEX s&apos;obtenen clicant i es desen automàticament al porta-retalls.</translation>
1515 </message>
1616 <message>
17 <location filename="../src/main.cpp" line="69"/>
17 <location filename="../src/main.cpp" line="72"/>
1818 <source>Deepin Picker</source>
1919 <translation>Selector del Deepin</translation>
2020 </message>
99 <context>
1010 <name>MainWindow</name>
1111 <message>
12 <location filename="../src/main.cpp" line="47"/>
13 <source>Deepin Picker is a fast screen color picking tool. RGB and HEX code can be obtained according color picked and auto saved to clipboard. The color picking area is where mouse clicked.</source>
14 <translation>Sběrač barev je rychlý nástroj na sbírání barev na obrazovce. Podle sebrané barvy je možné obdržet RGB a HEX kód a automaticky jej uložit do schránky. Oblast sběru barev je tam, kde se klepne myší.</translation>
12 <location filename="../src/main.cpp" line="50"/>
13 <source>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</source>
14 <translation>Sběrač barev je rychlý a snadno se obsluhující nástroj na sbírání barev na obrazovce. Klepnutím ukazovátka myši jsou získány kódy RGB a HEX a automaticky uloženy do schránky.</translation>
1515 </message>
1616 <message>
17 <location filename="../src/main.cpp" line="69"/>
17 <location filename="../src/main.cpp" line="72"/>
1818 <source>Deepin Picker</source>
1919 <translation>Sběrač barev</translation>
2020 </message>
99 <context>
1010 <name>MainWindow</name>
1111 <message>
12 <location filename="../src/main.cpp" line="47"/>
13 <source>Deepin Picker is a fast screen color picking tool. RGB and HEX code can be obtained according color picked and auto saved to clipboard. The color picking area is where mouse clicked.</source>
14 <translation>Deepin pipette er et hurtigt værktøj til at vælge skærmfarve. RGB- og HEX-kode kan udvindes fra den valgte farve og gemmes automatisk til udklipsholderen. Farvevælgerområdet er der hvor der klikkes med musen.</translation>
12 <location filename="../src/main.cpp" line="50"/>
13 <source>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</source>
14 <translation>Deepin pipette er et hurtigt og nemt værktøj til at vælge farver på skærmen. RGB- og HEX-koder indhentes ved klik, og gemmes automatisk til udklipsholderen.</translation>
1515 </message>
1616 <message>
17 <location filename="../src/main.cpp" line="69"/>
17 <location filename="../src/main.cpp" line="72"/>
1818 <source>Deepin Picker</source>
1919 <translation>Deepin pipette</translation>
2020 </message>
99 <context>
1010 <name>MainWindow</name>
1111 <message>
12 <location filename="../src/main.cpp" line="47"/>
13 <source>Deepin Picker is a fast screen color picking tool. RGB and HEX code can be obtained according color picked and auto saved to clipboard. The color picking area is where mouse clicked.</source>
14 <translation>Die Deepin Farbpipette ist eine einfache Bildschirm-Farbpipette. Der RGB- und HEX-Farbcode eines Bildschirmpixels kann schnell und einfach abgegriffen und in die Zwischenablage abgelegt werden. Das gelingt mit einem einfachen Mausklick an der entsprechenden Bildschirm-Position. Eine integrierte Lupe hilft beim exakten Wählen des richtigen Pixels.</translation>
12 <location filename="../src/main.cpp" line="50"/>
13 <source>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</source>
14 <translation>Deepin Picker ist ein schnelles und einfaches Farbauswahlwerkzeug für den Bildschirm. RGB- und HEX-Codes werden beim Klicken abgerufen und automatisch in der Zwischenablage gespeichert.</translation>
1515 </message>
1616 <message>
17 <location filename="../src/main.cpp" line="69"/>
17 <location filename="../src/main.cpp" line="72"/>
1818 <source>Deepin Picker</source>
1919 <translation>Deepin Farbpipette</translation>
2020 </message>
99 <context>
1010 <name>MainWindow</name>
1111 <message>
12 <location filename="../src/main.cpp" line="47"/>
13 <source>Deepin Picker is a fast screen color picking tool. RGB and HEX code can be obtained according color picked and auto saved to clipboard. The color picking area is where mouse clicked.</source>
14 <translation>El selector deepin es una herramienta de selección de color en pantalla. El código RGB y HEX se obtiene de acuerdo al color elegido y se guarda automáticamente en el portapapeles. El área de selección de color es donde debe hacer clic con el ratón.</translation>
12 <location filename="../src/main.cpp" line="50"/>
13 <source>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</source>
14 <translation>Deepin Picker es una herramienta de selección de color de pantalla; rápida y fácil de usar. Los códigos RGB y HEX se obtienen al hacer clic y se guardan automáticamente en el porta papeles.</translation>
1515 </message>
1616 <message>
17 <location filename="../src/main.cpp" line="69"/>
17 <location filename="../src/main.cpp" line="72"/>
1818 <source>Deepin Picker</source>
1919 <translation>Selector Deepin</translation>
2020 </message>
99 <context>
1010 <name>MainWindow</name>
1111 <message>
12 <location filename="../src/main.cpp" line="47"/>
13 <source>Deepin Picker is a fast screen color picking tool. RGB and HEX code can be obtained according color picked and auto saved to clipboard. The color picking area is where mouse clicked.</source>
12 <location filename="../src/main.cpp" line="50"/>
13 <source>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</source>
1414 <translation>Deepin Picker es una herramienta veloz para seleccionar un color en pantalla activa. Se puede obtener códigos RGB y HEX de acuerdo al color seleccionado y se guarda automáticamente en el portapapeles. La zona de selección de color es en donde se hace clic al ratón.</translation>
1515 </message>
1616 <message>
17 <location filename="../src/main.cpp" line="69"/>
17 <location filename="../src/main.cpp" line="72"/>
1818 <source>Deepin Picker</source>
1919 <translation>Selector de color Deepin Picker</translation>
2020 </message>
0 <?xml version="1.0" ?><!DOCTYPE TS><TS language="et" version="2.1">
1 <context>
2 <name>Clipboard</name>
3 <message>
4 <location filename="../src/clipboard.cpp" line="79"/>
5 <source>Copy color %1 to clipboard</source>
6 <translation>Kopeeri värv %1 lõikelauale</translation>
7 </message>
8 </context>
9 <context>
10 <name>MainWindow</name>
11 <message>
12 <location filename="../src/main.cpp" line="50"/>
13 <source>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</source>
14 <translation type="unfinished"/>
15 </message>
16 <message>
17 <location filename="../src/main.cpp" line="72"/>
18 <source>Deepin Picker</source>
19 <translation>Deepin värvivalija</translation>
20 </message>
21 </context>
22 </TS>
0 <?xml version="1.0" ?><!DOCTYPE TS><TS language="fi" version="2.1">
1 <context>
2 <name>Clipboard</name>
3 <message>
4 <location filename="../src/clipboard.cpp" line="79"/>
5 <source>Copy color %1 to clipboard</source>
6 <translation>Kopioi väri %1 leikepöydälle</translation>
7 </message>
8 </context>
9 <context>
10 <name>MainWindow</name>
11 <message>
12 <location filename="../src/main.cpp" line="50"/>
13 <source>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</source>
14 <translation>Deepin Picker on nopea ja helppo näytön värinvalintatyökalu. RGB- ja HEX-koodit saadaan napsautuksella ja tallennetaan automaattisesti leikepöydälle.</translation>
15 </message>
16 <message>
17 <location filename="../src/main.cpp" line="72"/>
18 <source>Deepin Picker</source>
19 <translation>Deepin Picker</translation>
20 </message>
21 </context>
22 </TS>
99 <context>
1010 <name>MainWindow</name>
1111 <message>
12 <location filename="../src/main.cpp" line="47"/>
13 <source>Deepin Picker is a fast screen color picking tool. RGB and HEX code can be obtained according color picked and auto saved to clipboard. The color picking area is where mouse clicked.</source>
14 <translation>Deepin Picker est un outil rapide de sélection de couleur à écran. Les codes RVB et HEX peuvent être obtenus en fonction de la couleur choisie et peuvent être sauvegardés dans le presse-papier. La zone de sélection de couleur est l&apos;endroit où la souris a cliqué.</translation>
12 <location filename="../src/main.cpp" line="50"/>
13 <source>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</source>
14 <translation>Deepin Picker est un outil rapide et facile d&apos;utilisation de sélection de couleur à l&apos;écran. Les codes RGB et HEX sont obtenus en cliquant et automatiquement sauvegardés dans le presse-papiers.</translation>
1515 </message>
1616 <message>
17 <location filename="../src/main.cpp" line="69"/>
17 <location filename="../src/main.cpp" line="72"/>
1818 <source>Deepin Picker</source>
1919 <translation>Deepin Picker</translation>
2020 </message>
99 <context>
1010 <name>MainWindow</name>
1111 <message>
12 <location filename="../src/main.cpp" line="47"/>
13 <source>Deepin Picker is a fast screen color picking tool. RGB and HEX code can be obtained according color picked and auto saved to clipboard. The color picking area is where mouse clicked.</source>
12 <location filename="../src/main.cpp" line="50"/>
13 <source>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</source>
1414 <translation type="unfinished"/>
1515 </message>
1616 <message>
17 <location filename="../src/main.cpp" line="69"/>
17 <location filename="../src/main.cpp" line="72"/>
1818 <source>Deepin Picker</source>
1919 <translation>הבוחר של Deepin</translation>
2020 </message>
99 <context>
1010 <name>MainWindow</name>
1111 <message>
12 <location filename="../src/main.cpp" line="47"/>
13 <source>Deepin Picker is a fast screen color picking tool. RGB and HEX code can be obtained according color picked and auto saved to clipboard. The color picking area is where mouse clicked.</source>
12 <location filename="../src/main.cpp" line="50"/>
13 <source>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</source>
1414 <translation type="unfinished"/>
1515 </message>
1616 <message>
17 <location filename="../src/main.cpp" line="69"/>
17 <location filename="../src/main.cpp" line="72"/>
1818 <source>Deepin Picker</source>
1919 <translation>Deepin birač</translation>
2020 </message>
33 <message>
44 <location filename="../src/clipboard.cpp" line="79"/>
55 <source>Copy color %1 to clipboard</source>
6 <translation>A %1 szín másolása vágólapra</translation>
6 <translation>A %1 szín másolása a vágólapra</translation>
77 </message>
88 </context>
99 <context>
1010 <name>MainWindow</name>
1111 <message>
12 <location filename="../src/main.cpp" line="47"/>
13 <source>Deepin Picker is a fast screen color picking tool. RGB and HEX code can be obtained according color picked and auto saved to clipboard. The color picking area is where mouse clicked.</source>
14 <translation>A Deepin Picker alkalmazással gyorsan le lehet olvasni az egérmutató alatt levő színt. Egy kattintással el lehet menteni a vágólapra akár RGB, vagy HEX formátumban is. </translation>
12 <location filename="../src/main.cpp" line="50"/>
13 <source>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</source>
14 <translation>A Deepin picker egy könnyen használható szín felismerő alkalmazás. RGB és HEX kódban Felismeri a kurzor alatti színeket, kattintásra RGB és HEX kódban a vágólapra menti</translation>
1515 </message>
1616 <message>
17 <location filename="../src/main.cpp" line="69"/>
17 <location filename="../src/main.cpp" line="72"/>
1818 <source>Deepin Picker</source>
1919 <translation>Deepin Picker</translation>
2020 </message>
33 <message>
44 <location filename="../src/clipboard.cpp" line="79"/>
55 <source>Copy color %1 to clipboard</source>
6 <translation type="unfinished"/>
6 <translation>Salin warna %1 ke papan klip.</translation>
77 </message>
88 </context>
99 <context>
1010 <name>MainWindow</name>
1111 <message>
12 <location filename="../src/main.cpp" line="47"/>
13 <source>Deepin Picker is a fast screen color picking tool. RGB and HEX code can be obtained according color picked and auto saved to clipboard. The color picking area is where mouse clicked.</source>
12 <location filename="../src/main.cpp" line="50"/>
13 <source>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</source>
1414 <translation type="unfinished"/>
1515 </message>
1616 <message>
17 <location filename="../src/main.cpp" line="69"/>
17 <location filename="../src/main.cpp" line="72"/>
1818 <source>Deepin Picker</source>
1919 <translation>Deepin Picker</translation>
2020 </message>
99 <context>
1010 <name>MainWindow</name>
1111 <message>
12 <location filename="../src/main.cpp" line="47"/>
13 <source>Deepin Picker is a fast screen color picking tool. RGB and HEX code can be obtained according color picked and auto saved to clipboard. The color picking area is where mouse clicked.</source>
14 <translation>Deepin Picker è un tool per rilevare i colori. I codici RGB e HEX del colore selezionato vengono rilevati e salvati negli appunti. I codici colori riguardano ovviamente l&apos;area in cui si seleziona col puntatore del Mouse.
12 <location filename="../src/main.cpp" line="50"/>
13 <source>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</source>
14 <translation>Deepin Picker è un tool per rilevare i colori. I codici RGB e HEX del colore selezionato vengono rilevati e salvati negli appunti.
1515 Localizzazione italiana a cura di Massimo A. Carofano</translation>
1616 </message>
1717 <message>
18 <location filename="../src/main.cpp" line="69"/>
18 <location filename="../src/main.cpp" line="72"/>
1919 <source>Deepin Picker</source>
2020 <translation>Deepin Picker</translation>
2121 </message>
0 <?xml version="1.0" ?><!DOCTYPE TS><TS language="ko" version="2.1">
1 <context>
2 <name>Clipboard</name>
3 <message>
4 <location filename="../src/clipboard.cpp" line="79"/>
5 <source>Copy color %1 to clipboard</source>
6 <translation>%1 색상을 클립보드에 복사</translation>
7 </message>
8 </context>
9 <context>
10 <name>MainWindow</name>
11 <message>
12 <location filename="../src/main.cpp" line="50"/>
13 <source>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</source>
14 <translation>Deepin 선택 도구는 빠르고 쉬운 화면 색상 선택 도구 입니다. RGB 및 HEX 코드는 클릭 후 클립보드에 자동으로 저장됩니다.</translation>
15 </message>
16 <message>
17 <location filename="../src/main.cpp" line="72"/>
18 <source>Deepin Picker</source>
19 <translation>Deepin 선택 도구</translation>
20 </message>
21 </context>
22 </TS>
99 <context>
1010 <name>MainWindow</name>
1111 <message>
12 <location filename="../src/main.cpp" line="47"/>
13 <source>Deepin Picker is a fast screen color picking tool. RGB and HEX code can be obtained according color picked and auto saved to clipboard. The color picking area is where mouse clicked.</source>
14 <translation>Deepin parinkiklis yra greitas ekrano spalvos parinkimo įrankis. Pagal parinktą spalvą gali būti gautas ir nukopijuotas į iškarpinę RGB ir HEX kodas. Spalvos parinkimo sritis yra ten, kur yra spustelėjama pele.</translation>
12 <location filename="../src/main.cpp" line="50"/>
13 <source>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</source>
14 <translation>Deepin parinkiklis yra greitas ir lengvas naudoti ekrano spalvos parinkimo įrankis. Spustelėjus yra gaunami RGB ir HEX kodai, kurie yra automatiškai įrašomi į iškarpinę.</translation>
1515 </message>
1616 <message>
17 <location filename="../src/main.cpp" line="69"/>
17 <location filename="../src/main.cpp" line="72"/>
1818 <source>Deepin Picker</source>
1919 <translation>Deepin parinkiklis</translation>
2020 </message>
99 <context>
1010 <name>MainWindow</name>
1111 <message>
12 <location filename="../src/main.cpp" line="47"/>
13 <source>Deepin Picker is a fast screen color picking tool. RGB and HEX code can be obtained according color picked and auto saved to clipboard. The color picking area is where mouse clicked.</source>
14 <translation>Pemilih Deepin ialah alat memilih warna skrin yang pantas. Kod RGB dan HEX boleh didapati berdasarkan warna yang dipilih dan disimpan secara automatik ke dalam papan keratan. Kawasan pemilihan warna merupakan tempat di mana penuding tetikus diklik.</translation>
12 <location filename="../src/main.cpp" line="50"/>
13 <source>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</source>
14 <translation>Pemilih Deepin ialah alat memilih warna skrin yang pantas dan mudah digunakan. Kod RGB dan HEX boleh didapati berdasarkan warna yang diklik dan disimpan secara automatik ke dalam papan keratan.</translation>
1515 </message>
1616 <message>
17 <location filename="../src/main.cpp" line="69"/>
17 <location filename="../src/main.cpp" line="72"/>
1818 <source>Deepin Picker</source>
1919 <translation>Pemilih Deepin</translation>
2020 </message>
0 <?xml version="1.0" ?><!DOCTYPE TS><TS language="ne" version="2.1">
1 <context>
2 <name>Clipboard</name>
3 <message>
4 <location filename="../src/clipboard.cpp" line="79"/>
5 <source>Copy color %1 to clipboard</source>
6 <translation>क्लिपबोर्डमा%1 रंग कपी भयो </translation>
7 </message>
8 </context>
9 <context>
10 <name>MainWindow</name>
11 <message>
12 <location filename="../src/main.cpp" line="50"/>
13 <source>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</source>
14 <translation>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</translation>
15 </message>
16 <message>
17 <location filename="../src/main.cpp" line="72"/>
18 <source>Deepin Picker</source>
19 <translation>डिपिन चयनकर्ता</translation>
20 </message>
21 </context>
22 </TS>
99 <context>
1010 <name>MainWindow</name>
1111 <message>
12 <location filename="../src/main.cpp" line="47"/>
13 <source>Deepin Picker is a fast screen color picking tool. RGB and HEX code can be obtained according color picked and auto saved to clipboard. The color picking area is where mouse clicked.</source>
12 <location filename="../src/main.cpp" line="50"/>
13 <source>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</source>
1414 <translation>Deepin Kleurkiezer is een hulpmiddel om snel schermkleuren te kiezen. RGB- en HEX-codes kunnen worden verkregen via de gekozen kleur en automatisch worden opgeslagen op het klembord. Je hoeft alleen maar met de muis te klikken.</translation>
1515 </message>
1616 <message>
17 <location filename="../src/main.cpp" line="69"/>
17 <location filename="../src/main.cpp" line="72"/>
1818 <source>Deepin Picker</source>
1919 <translation>Deepin Kleurkiezer</translation>
2020 </message>
99 <context>
1010 <name>MainWindow</name>
1111 <message>
12 <location filename="../src/main.cpp" line="47"/>
13 <source>Deepin Picker is a fast screen color picking tool. RGB and HEX code can be obtained according color picked and auto saved to clipboard. The color picking area is where mouse clicked.</source>
14 <translation>Zbieracz kolorów Deepin to narzędzie do szybkiego zbierania kolorów z ekranu. Zgodnie z wybranym kolorem można uzyskać jego kod RGB i HEX i automatycznie zapisać w schowku. Obszar wybierania kolorów to miejsce, w którym kliknięto myszką.</translation>
12 <location filename="../src/main.cpp" line="50"/>
13 <source>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</source>
14 <translation>Deepin Picker to szybkie i łatwe w obsłudze narzędzie do wybierania kolorów. Kody RGB i HEX są uzyskiwane po kliknięciu i automatycznie zapisywane w schowku.</translation>
1515 </message>
1616 <message>
17 <location filename="../src/main.cpp" line="69"/>
17 <location filename="../src/main.cpp" line="72"/>
1818 <source>Deepin Picker</source>
1919 <translation>Zbieracz kolorów Deepin</translation>
2020 </message>
99 <context>
1010 <name>MainWindow</name>
1111 <message>
12 <location filename="../src/main.cpp" line="47"/>
13 <source>Deepin Picker is a fast screen color picking tool. RGB and HEX code can be obtained according color picked and auto saved to clipboard. The color picking area is where mouse clicked.</source>
12 <location filename="../src/main.cpp" line="50"/>
13 <source>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</source>
1414 <translation>O Deepin Picker é uma ferramenta rápida para escolha de cores. O código HEX ou RGB pode ser obtido de acordo com a cor selecionada e gravado automaticamente para a memória. O ponteiro do rato é usado para escolher a zona a identificar.</translation>
1515 </message>
1616 <message>
17 <location filename="../src/main.cpp" line="69"/>
17 <location filename="../src/main.cpp" line="72"/>
1818 <source>Deepin Picker</source>
1919 <translation>Deepin Picker</translation>
2020 </message>
33 <message>
44 <location filename="../src/clipboard.cpp" line="79"/>
55 <source>Copy color %1 to clipboard</source>
6 <translation>Copiando a cor faltando 1% para a área de transferência</translation>
6 <translation>Copiando a cor %1 para a área de transferência</translation>
77 </message>
88 </context>
99 <context>
1010 <name>MainWindow</name>
1111 <message>
12 <location filename="../src/main.cpp" line="47"/>
13 <source>Deepin Picker is a fast screen color picking tool. RGB and HEX code can be obtained according color picked and auto saved to clipboard. The color picking area is where mouse clicked.</source>
14 <translation>Deepin Picker é uma ferramenta de seleção rápida de cores de tela. O código RGB e HEX pode ser obtido de acordo com a cor escolhida e auto salva na área de transferência. A área de escolha de cores é onde o mouse clicou.</translation>
12 <location filename="../src/main.cpp" line="50"/>
13 <source>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</source>
14 <translation>O Selecionador Deepin é uma ferramenta fácil e rápida para capturar cores na tela. Códigos RGB e HEX são obtidos com um clique e salvos automaticamente para a área de transferência.</translation>
1515 </message>
1616 <message>
17 <location filename="../src/main.cpp" line="69"/>
17 <location filename="../src/main.cpp" line="72"/>
1818 <source>Deepin Picker</source>
19 <translation>Deepin Picker</translation>
19 <translation>Selecionador Deepin</translation>
2020 </message>
2121 </context>
2222 </TS>
99 <context>
1010 <name>MainWindow</name>
1111 <message>
12 <location filename="../src/main.cpp" line="47"/>
13 <source>Deepin Picker is a fast screen color picking tool. RGB and HEX code can be obtained according color picked and auto saved to clipboard. The color picking area is where mouse clicked.</source>
14 <translation>Deepin Picker - это инструмент для быстрого выбора цвета экрана. Код RGB и HEX можно получить в соответствии с выбранным цветом и автоматически сохранить в буфер обмена. Область выбора цвета - это щелчок мыши.</translation>
12 <location filename="../src/main.cpp" line="50"/>
13 <source>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</source>
14 <translation>Deepin Picker - это инструмент для быстрого выбора цвета экрана. Коды RGB и HEX получаются по клику и автоматически сохраняются в буфер обмена.</translation>
1515 </message>
1616 <message>
17 <location filename="../src/main.cpp" line="69"/>
17 <location filename="../src/main.cpp" line="72"/>
1818 <source>Deepin Picker</source>
1919 <translation>Сборщик Цветовых Кодов Deepin</translation>
2020 </message>
99 <context>
1010 <name>MainWindow</name>
1111 <message>
12 <location filename="../src/main.cpp" line="47"/>
13 <source>Deepin Picker is a fast screen color picking tool. RGB and HEX code can be obtained according color picked and auto saved to clipboard. The color picking area is where mouse clicked.</source>
12 <location filename="../src/main.cpp" line="50"/>
13 <source>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</source>
1414 <translation>Deepin Výber je nástroj rýchleho vyberania farieb na obrazovke. RGB a HEX kód je možné získať podľa vybratej farby a automaticky uloženej do schránky. Oblasť výberu farieb je miesto, kde kliknete myšou.</translation>
1515 </message>
1616 <message>
17 <location filename="../src/main.cpp" line="69"/>
17 <location filename="../src/main.cpp" line="72"/>
1818 <source>Deepin Picker</source>
1919 <translation>Deepin Výber</translation>
2020 </message>
99 <context>
1010 <name>MainWindow</name>
1111 <message>
12 <location filename="../src/main.cpp" line="47"/>
13 <source>Deepin Picker is a fast screen color picking tool. RGB and HEX code can be obtained according color picked and auto saved to clipboard. The color picking area is where mouse clicked.</source>
14 <translation>Kapalka Deepin je hitro zaslonsko orodje za izbiro barv. S klikom na barvo se prikažeta RGB in HEX kodi barve in se shranita v odložišče.</translation>
12 <location filename="../src/main.cpp" line="50"/>
13 <source>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</source>
14 <translation type="unfinished"/>
1515 </message>
1616 <message>
17 <location filename="../src/main.cpp" line="69"/>
17 <location filename="../src/main.cpp" line="72"/>
1818 <source>Deepin Picker</source>
1919 <translation>Kapalka Deepin</translation>
2020 </message>
99 <context>
1010 <name>MainWindow</name>
1111 <message>
12 <location filename="../src/main.cpp" line="47"/>
13 <source>Deepin Picker is a fast screen color picking tool. RGB and HEX code can be obtained according color picked and auto saved to clipboard. The color picking area is where mouse clicked.</source>
14 <translation>Дипин Пипета је алат за брзо узорковање боја на екрану. RGB и HEX код се може добити према одабраној боји и аутоматски се памти у бележници. Место узорковања боје је тамо где се кликне мишем.</translation>
12 <location filename="../src/main.cpp" line="50"/>
13 <source>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</source>
14 <translation>Дипин Пипета је алат за брзо узорковање боја на екрану. RGB и HEX код се може добити кликом и аутоматски се памти у бележници.</translation>
1515 </message>
1616 <message>
17 <location filename="../src/main.cpp" line="69"/>
17 <location filename="../src/main.cpp" line="72"/>
1818 <source>Deepin Picker</source>
1919 <translation>Дипин Пипета</translation>
2020 </message>
99 <context>
1010 <name>MainWindow</name>
1111 <message>
12 <location filename="../src/main.cpp" line="47"/>
13 <source>Deepin Picker is a fast screen color picking tool. RGB and HEX code can be obtained according color picked and auto saved to clipboard. The color picking area is where mouse clicked.</source>
14 <translation>Deepin Renk Seçici ekrandaki renk kodlarını kolayca almayı sağlayan bir araçtır. Seçilen rengin RGB ve HEX kodları otomatik olarak alınarak panoya kopyalanır. Fare ile tıklanan alandaki renk alınır.</translation>
12 <location filename="../src/main.cpp" line="50"/>
13 <source>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</source>
14 <translation>Deepin Renk Seçici ekrandaki renk kodlarını hızla ve kolayca almayı sağlayan bir araçtır. Tıklanan alandaki rengin RGB ve HEX kodları otomatik olarak alınarak panoya kopyalanır.</translation>
1515 </message>
1616 <message>
17 <location filename="../src/main.cpp" line="69"/>
17 <location filename="../src/main.cpp" line="72"/>
1818 <source>Deepin Picker</source>
1919 <translation>Deepin Renk Seçici</translation>
2020 </message>
99 <context>
1010 <name>MainWindow</name>
1111 <message>
12 <location filename="../src/main.cpp" line="47"/>
13 <source>Deepin Picker is a fast screen color picking tool. RGB and HEX code can be obtained according color picked and auto saved to clipboard. The color picking area is where mouse clicked.</source>
12 <location filename="../src/main.cpp" line="50"/>
13 <source>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</source>
1414 <translation>Deepin Picker - це інструмент для швидкого вибору кольору екрану. RGB та HEX код може бути отриманий відповідно до обраного кольору та автоматично збережений в буфер обміну. Область вибору кольору - це місце, куди клацнули мишею.</translation>
1515 </message>
1616 <message>
17 <location filename="../src/main.cpp" line="69"/>
17 <location filename="../src/main.cpp" line="72"/>
1818 <source>Deepin Picker</source>
1919 <translation>Deepin Picker</translation>
2020 </message>
99 <context>
1010 <name>MainWindow</name>
1111 <message>
12 <location filename="../src/main.cpp" line="47"/>
13 <source>Deepin Picker is a fast screen color picking tool. RGB and HEX code can be obtained according color picked and auto saved to clipboard. The color picking area is where mouse clicked.</source>
14 <translation>深度取色器是一款帮助你快速在屏幕上取色的工具。并且能根据你取的颜色得到RGB、HEX代码。打开软件后,鼠标经过的地方即为深度取色器取色的区域。</translation>
12 <location filename="../src/main.cpp" line="50"/>
13 <source>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</source>
14 <translation>深度取色器是一款帮助您快速在屏幕上取色的工具。并且能根据您拾取的颜色得到RGB、HEX代码。打开软件后,鼠标经过的地方即为深度取色器取色的区域。</translation>
1515 </message>
1616 <message>
17 <location filename="../src/main.cpp" line="69"/>
17 <location filename="../src/main.cpp" line="72"/>
1818 <source>Deepin Picker</source>
1919 <translation>深度取色器</translation>
2020 </message>
33 <message>
44 <location filename="../src/clipboard.cpp" line="79"/>
55 <source>Copy color %1 to clipboard</source>
6 <translation>顏色 %1 已複製到剪貼簿</translation>
6 <translation>將顏色 %1 複製到剪貼簿</translation>
77 </message>
88 </context>
99 <context>
1010 <name>MainWindow</name>
1111 <message>
12 <location filename="../src/main.cpp" line="47"/>
13 <source>Deepin Picker is a fast screen color picking tool. RGB and HEX code can be obtained according color picked and auto saved to clipboard. The color picking area is where mouse clicked.</source>
14 <translation>Deepin 取色器是款快速的螢幕取色工具。透過滑鼠選擇顏色後,能自動將 RGB 及十六進位等色彩模式儲存到剪貼簿。</translation>
12 <location filename="../src/main.cpp" line="50"/>
13 <source>Deepin Picker is a quick and easy screen color picking tool. RGB and HEX codes are obtained on click and auto saved to the clipboard.</source>
14 <translation>Deepin 取色器是款快速且簡單的螢幕取色工具。可透過點選取得 RGB 及十六進位色彩碼,並自動複製到剪貼簿。</translation>
1515 </message>
1616 <message>
17 <location filename="../src/main.cpp" line="69"/>
17 <location filename="../src/main.cpp" line="72"/>
1818 <source>Deepin Picker</source>
1919 <translation>Deepin 取色器</translation>
2020 </message>
0 <?xml version="1.0" ?><!DOCTYPE TS><TS language="ar" version="2.1"><context><name>desktop</name><message><location filename="Desktop Entry]Comment" line="0"/><source>Color picker</source><translation>منتقي اللون</translation></message><message><location filename="Desktop Entry]Name" line="0"/><source>Deepin Picker</source><translation>منتقي الألوان ديبين</translation></message><message><location filename="Desktop Entry]GenericName" line="0"/><source>Picker</source><translation>منتقي</translation></message></context></TS>
0 <?xml version="1.0" ?><!DOCTYPE TS><TS language="bg" version="2.1"><context><name>desktop</name><message><location filename="Desktop Entry]Comment" line="0"/><source>Color picker</source><translation>Избор на цвят</translation></message><message><location filename="Desktop Entry]Name" line="0"/><source>Deepin Picker</source><translation>Deepin Picker</translation></message><message><location filename="Desktop Entry]GenericName" line="0"/><source>Picker</source><translation>Picker</translation></message></context></TS>
0 <?xml version="1.0" ?><!DOCTYPE TS><TS language="bn" version="2.1"><context><name>desktop</name><message><location filename="Desktop Entry]Comment" line="0"/><source>Color picker</source><translation>কালার পিকার</translation></message><message><location filename="Desktop Entry]Name" line="0"/><source>Deepin Picker</source><translation>ডিপিন পিকার</translation></message><message><location filename="Desktop Entry]GenericName" line="0"/><source>Picker</source><translation>পিকার</translation></message></context></TS>
0 <?xml version="1.0" ?><!DOCTYPE TS><TS language="cs" version="2.1"><context><name>desktop</name><message><location filename="Desktop Entry]Comment" line="0"/><source>Color picker</source><translation>Sběrač barev</translation></message><message><location filename="Desktop Entry]Name" line="0"/><source>Deepin Picker</source><translation>Sběrač barev</translation></message><message><location filename="Desktop Entry]GenericName" line="0"/><source>Picker</source><translation>Sběrač</translation></message></context></TS>
0 <?xml version="1.0" ?><!DOCTYPE TS><TS language="da" version="2.1"><context><name>desktop</name><message><location filename="Desktop Entry]Comment" line="0"/><source>Color picker</source><translation>Farvepipette</translation></message><message><location filename="Desktop Entry]Name" line="0"/><source>Deepin Picker</source><translation>Deepin pipette</translation></message><message><location filename="Desktop Entry]GenericName" line="0"/><source>Picker</source><translation>Pipette</translation></message></context></TS>
0 <?xml version="1.0" ?><!DOCTYPE TS><TS language="de" version="2.1"><context><name>desktop</name><message><location filename="Desktop Entry]Comment" line="0"/><source>Color picker</source><translation>Farbpipette</translation></message><message><location filename="Desktop Entry]Name" line="0"/><source>Deepin Picker</source><translation>Deepin Farbpipette</translation></message><message><location filename="Desktop Entry]GenericName" line="0"/><source>Picker</source><translation>Auswahlwerkzeug</translation></message></context></TS>
0 <?xml version="1.0" ?><!DOCTYPE TS><TS language="es" version="2.1"><context><name>desktop</name><message><location filename="Desktop Entry]Comment" line="0"/><source>Color picker</source><translation>Selector de color</translation></message><message><location filename="Desktop Entry]Name" line="0"/><source>Deepin Picker</source><translation>Deepin Picker</translation></message><message><location filename="Desktop Entry]GenericName" line="0"/><source>Picker</source><translation>Seleccionar</translation></message></context></TS>
0 <?xml version="1.0" ?><!DOCTYPE TS><TS language="es_419" version="2.1"><context><name>desktop</name><message><location filename="Desktop Entry]Comment" line="0"/><source>Color picker</source><translation>Selector de color</translation></message><message><location filename="Desktop Entry]Name" line="0"/><source>Deepin Picker</source><translation>Deepin Picker</translation></message><message><location filename="Desktop Entry]GenericName" line="0"/><source>Picker</source><translation>Picker</translation></message></context></TS>
0 <?xml version="1.0" ?><!DOCTYPE TS><TS language="et" version="2.1"><context><name>desktop</name><message><location filename="Desktop Entry]Comment" line="0"/><source>Color picker</source><translation>Värvivalija</translation></message><message><location filename="Desktop Entry]Name" line="0"/><source>Deepin Picker</source><translation>Deepin värvivalija</translation></message><message><location filename="Desktop Entry]GenericName" line="0"/><source>Picker</source><translation>Värvivalija</translation></message></context></TS>
0 <?xml version="1.0" ?><!DOCTYPE TS><TS language="fi" version="2.1"><context><name>desktop</name><message><location filename="Desktop Entry]Comment" line="0"/><source>Color picker</source><translation>Värien kerääjä</translation></message><message><location filename="Desktop Entry]Name" line="0"/><source>Deepin Picker</source><translation>Deepin kerääjä</translation></message><message><location filename="Desktop Entry]GenericName" line="0"/><source>Picker</source><translation>Kerääjä</translation></message></context></TS>
0 <?xml version="1.0" ?><!DOCTYPE TS><TS language="id" version="2.1"><context><name>desktop</name><message><location filename="Desktop Entry]Comment" line="0"/><source>Color picker</source><translation>Pemilih Warna</translation></message><message><location filename="Desktop Entry]Name" line="0"/><source>Deepin Picker</source><translation>Pemilih Deepin</translation></message><message><location filename="Desktop Entry]GenericName" line="0"/><source>Picker</source><translation>Pemilih</translation></message></context></TS>
0 <?xml version="1.0" ?><!DOCTYPE TS><TS language="ko" version="2.1"><context><name>desktop</name><message><location filename="Desktop Entry]Comment" line="0"/><source>Color picker</source><translation>색상 선택 도구</translation></message><message><location filename="Desktop Entry]Name" line="0"/><source>Deepin Picker</source><translation>Deepin 선택 도구</translation></message><message><location filename="Desktop Entry]GenericName" line="0"/><source>Picker</source><translation>선택 도구</translation></message></context></TS>
0 <?xml version="1.0" ?><!DOCTYPE TS><TS language="ms" version="2.1"><context><name>desktop</name><message><location filename="Desktop Entry]Comment" line="0"/><source>Color picker</source><translation>Pemilih warna</translation></message><message><location filename="Desktop Entry]Name" line="0"/><source>Deepin Picker</source><translation>Pemilih Deepin</translation></message><message><location filename="Desktop Entry]GenericName" line="0"/><source>Picker</source><translation>Pemilih</translation></message></context></TS>
0 <?xml version="1.0" ?><!DOCTYPE TS><TS language="ne" version="2.1"><context><name>desktop</name><message><location filename="Desktop Entry]Comment" line="0"/><source>Color picker</source><translation>रङ चयनकर्ता</translation></message><message><location filename="Desktop Entry]Name" line="0"/><source>Deepin Picker</source><translation>डिपिन चयनकर्ता</translation></message><message><location filename="Desktop Entry]GenericName" line="0"/><source>Picker</source><translation>चयनकर्ता</translation></message></context></TS>
0 <?xml version="1.0" ?><!DOCTYPE TS><TS language="pl" version="2.1"><context><name>desktop</name><message><location filename="Desktop Entry]Comment" line="0"/><source>Color picker</source><translation>Zbieracz kolorów</translation></message><message><location filename="Desktop Entry]Name" line="0"/><source>Deepin Picker</source><translation>Zbieracz kolorów Deepin</translation></message><message><location filename="Desktop Entry]GenericName" line="0"/><source>Picker</source><translation>Zbieracz kolorów</translation></message></context></TS>
0 <?xml version="1.0" ?><!DOCTYPE TS><TS language="pt" version="2.1"><context><name>desktop</name><message><location filename="Desktop Entry]Comment" line="0"/><source>Color picker</source><translation>Selector de cores</translation></message><message><location filename="Desktop Entry]Name" line="0"/><source>Deepin Picker</source><translation>Deepin Picker</translation></message><message><location filename="Desktop Entry]GenericName" line="0"/><source>Picker</source><translation>Selector</translation></message></context></TS>
0 <?xml version="1.0" ?><!DOCTYPE TS><TS language="uk" version="2.1"><context><name>desktop</name><message><location filename="Desktop Entry]Comment" line="0"/><source>Color picker</source><translation>Піпетка для кольорів</translation></message><message><location filename="Desktop Entry]Name" line="0"/><source>Deepin Picker</source><translation>Піпетка Deepin</translation></message><message><location filename="Desktop Entry]GenericName" line="0"/><source>Picker</source><translation>Піпетка</translation></message></context></TS>
0 <?xml version="1.0" ?><!DOCTYPE TS><TS language="zh_TW" version="2.1"><context><name>desktop</name><message><location filename="Desktop Entry]Comment" line="0"/><source>Color picker</source><translation>取色器</translation></message><message><location filename="Desktop Entry]Name" line="0"/><source>Deepin Picker</source><translation>Deepin 取色器</translation></message><message><location filename="Desktop Entry]GenericName" line="0"/><source>Picker</source><translation>取色器</translation></message></context></TS>