Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>pull/653/head
parent
09a707111f
commit
cb79db032c
|
@ -3,6 +3,7 @@ OC.L10N.register(
|
|||
{
|
||||
"Memories" : "Emlékek",
|
||||
"Fast, modern and advanced photo management suite" : "Gyors, modern és fejlett fényképkezelő csomag",
|
||||
"# Memories: Photo Management for Nextcloud\n\nMemories is a *batteries-included* photo management solution for Nextcloud with advanced features including:\n\n- **📸 Timeline**: Sort photos and videos by date taken, parsed from Exif data.\n- **⏪ Rewind**: Jump to any time in the past instantly and relive your memories.\n- **🤖 AI Tagging**: Group photos by people and objects, powered by [recognize](https://github.com/nextcloud/recognize) and [facerecognition](https://github.com/matiasdelellis/facerecognition).\n- **🖼️ Albums**: Create albums to group photos and videos together. Then share these albums with others.\n- **🫱🏻🫲🏻 External Sharing**: Share photos and videos with people outside of your Nextcloud instance.\n- **📱 Mobile Support**: Work from any device, of any shape and size through the web app.\n- **✏️ Edit Metadata**: Edit dates and other metadata on photos quickly and in bulk.\n- **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n- **📹 Video Transcoding**: Transcode videos and use HLS for maximal performance.\n- **🗺️ Map**: View your photos on a map, tagged with accurate reverse geocoding.\n- **📦 Migration**: Migrate easily from Nextcloud Photos and Google Takeout.\n- **⚡️ Performance**: Do all this very fast.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store (try a demo [here](https://demo.memories.gallery/apps/memories/)).\n1. Perform the recommended [configuration steps](https://memories.gallery/config/).\n1. Run `php occ memories:index` to generate metadata indices for existing photos.\n1. Open the 📷 Memories app in Nextcloud and set the directory containing your photos." : "# Emlékek\n\nAz Emlékek egy *teljes értékű* fényképkezelő megoldás a Nextcloudhoz, többek között az alábbi speciális funkciókkal:\n\n- **📸 Idővonal**: Fényképek és videók rendezése az Exif-adatokból kinyert felvételi dátum alapján.\n- **⏪ Visszatekerés**: Azonnali visszaugrás a múltba, hogy újra átélhesse az emlékeit.\n- **🤖 MI-alapú címkézés**: Emberekről és tárgyakról készült képek csoportosítása a [Felismerés](https://github.com/nextcloud/recognize) és az [Arcfelismerés](https://github.com/matiasdelellis/facerecognition) alkalmazásokra támaszkodva.\n- **🖼️ Albumok**: Albumok létrehozása a fényképek és videók csoportosításához. Majd ezek megosztása másokkal.\n- **🫱🏻🫲🏻 Külső megosztás**: Fényképek és videók megosztása a Nextcloud-példányon kívüli emberekkel.\n- **📱 Mobilos támogatás**: A webalkalmazás segítségével tetszőleges alakú és méretű eszközön működik.\n- **✏️ Metaadatok szerkesztése**: Fényképek dátumának gyors és tömeges szerkesztése.\n- **📦 Archívum**: Azon képek külön mappában tárolása, melyeket nem akar az idővonalán látni.\n- **📹 Videók átkódolása**: Átkódolja a videókat, és HLS-t használ a maximális teljesítmény érdekében.\n- **🗺️ Térkép**: Fényképek megtekintése térképen, pontos fordított geokódolással.\n- **📦 Átköltöztetés**: Könnyű átköltöztetés a Nextcloud Fényképekből és a Google Takeoutból.\n- **⚡️ Teljesítmény**: Az Emlékek rendkívül gyors.\n\n## 🚀 Telepítés\n\n1. Telepítse az alkalmazást a Nextcloud alkalmazástárából (próbáljon ki egy demót [itt](https://demo.memories.gallery/apps/memories/)).\n1. Végezze el a javasolt [beállítási lépéseket](https://memories.gallery/config/).\n1. Futtassa a `php occ memories:index` parancsot, hogy előállítsa a meglévő fényképek metaadatindexét.\n1. Nyissa meg az 📷 Emlékek alkalmazást a Nextcloudban, és állítsa be a fényképeit tartalmazó könyvtárat.",
|
||||
"Settings" : "Beállítások",
|
||||
"People (Recognize)" : "Emberek (Felismerés)",
|
||||
"People" : "Emberek",
|
||||
|
@ -228,12 +229,16 @@ OC.L10N.register(
|
|||
"Failed to rename {oldName} to {name}." : "A(z) {oldName} átnevezése a következőre sikertelen: {name}.",
|
||||
"Search" : "Keresés",
|
||||
"Loading …" : "Betöltés…",
|
||||
"Enter name of the new face" : "Adja meg az új arc nevét",
|
||||
"Failed to create face" : "Az arc létrehozása sikertelen",
|
||||
"Merge {name} with person" : "{name} összevonása egy másik személlyel",
|
||||
"Are you sure you want to merge {name} with {newName}?" : "Biztos, hogy összevonja a következőket: {name} és {newName}?",
|
||||
"Too many failures, aborting" : "Túl sok hiba, megszakítás",
|
||||
"Error while moving {basename}" : "Hiba a(z) {basename} áthelyezése során",
|
||||
"Failed to move {name}." : "A(z) {name} áthelyezése sikertelen.",
|
||||
"Move selected photos to person" : "A kiválasztott fényképek áthelyezése egy személyhez",
|
||||
"Are you sure you want to move the selected photos from {name} to {target}?" : "Biztos, hogy áthelyezi a kiválasztott fényképeket a következőtől: {name}, a következőhöz: {target}?",
|
||||
"An error occured while moving photos from {name}." : "Hiba történt a fényképek a következőből történő áthelyezése során: {name}.",
|
||||
"Choose a folder" : "Válasszon mappát",
|
||||
"_{n} item moved to folder_::_{n} items moved to folder_" : ["{n} elem áthelyezve a mappába","{n} elem áthelyezve a mappába"],
|
||||
"Remove" : "Eltávolítás",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{ "translations": {
|
||||
"Memories" : "Emlékek",
|
||||
"Fast, modern and advanced photo management suite" : "Gyors, modern és fejlett fényképkezelő csomag",
|
||||
"# Memories: Photo Management for Nextcloud\n\nMemories is a *batteries-included* photo management solution for Nextcloud with advanced features including:\n\n- **📸 Timeline**: Sort photos and videos by date taken, parsed from Exif data.\n- **⏪ Rewind**: Jump to any time in the past instantly and relive your memories.\n- **🤖 AI Tagging**: Group photos by people and objects, powered by [recognize](https://github.com/nextcloud/recognize) and [facerecognition](https://github.com/matiasdelellis/facerecognition).\n- **🖼️ Albums**: Create albums to group photos and videos together. Then share these albums with others.\n- **🫱🏻🫲🏻 External Sharing**: Share photos and videos with people outside of your Nextcloud instance.\n- **📱 Mobile Support**: Work from any device, of any shape and size through the web app.\n- **✏️ Edit Metadata**: Edit dates and other metadata on photos quickly and in bulk.\n- **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n- **📹 Video Transcoding**: Transcode videos and use HLS for maximal performance.\n- **🗺️ Map**: View your photos on a map, tagged with accurate reverse geocoding.\n- **📦 Migration**: Migrate easily from Nextcloud Photos and Google Takeout.\n- **⚡️ Performance**: Do all this very fast.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store (try a demo [here](https://demo.memories.gallery/apps/memories/)).\n1. Perform the recommended [configuration steps](https://memories.gallery/config/).\n1. Run `php occ memories:index` to generate metadata indices for existing photos.\n1. Open the 📷 Memories app in Nextcloud and set the directory containing your photos." : "# Emlékek\n\nAz Emlékek egy *teljes értékű* fényképkezelő megoldás a Nextcloudhoz, többek között az alábbi speciális funkciókkal:\n\n- **📸 Idővonal**: Fényképek és videók rendezése az Exif-adatokból kinyert felvételi dátum alapján.\n- **⏪ Visszatekerés**: Azonnali visszaugrás a múltba, hogy újra átélhesse az emlékeit.\n- **🤖 MI-alapú címkézés**: Emberekről és tárgyakról készült képek csoportosítása a [Felismerés](https://github.com/nextcloud/recognize) és az [Arcfelismerés](https://github.com/matiasdelellis/facerecognition) alkalmazásokra támaszkodva.\n- **🖼️ Albumok**: Albumok létrehozása a fényképek és videók csoportosításához. Majd ezek megosztása másokkal.\n- **🫱🏻🫲🏻 Külső megosztás**: Fényképek és videók megosztása a Nextcloud-példányon kívüli emberekkel.\n- **📱 Mobilos támogatás**: A webalkalmazás segítségével tetszőleges alakú és méretű eszközön működik.\n- **✏️ Metaadatok szerkesztése**: Fényképek dátumának gyors és tömeges szerkesztése.\n- **📦 Archívum**: Azon képek külön mappában tárolása, melyeket nem akar az idővonalán látni.\n- **📹 Videók átkódolása**: Átkódolja a videókat, és HLS-t használ a maximális teljesítmény érdekében.\n- **🗺️ Térkép**: Fényképek megtekintése térképen, pontos fordított geokódolással.\n- **📦 Átköltöztetés**: Könnyű átköltöztetés a Nextcloud Fényképekből és a Google Takeoutból.\n- **⚡️ Teljesítmény**: Az Emlékek rendkívül gyors.\n\n## 🚀 Telepítés\n\n1. Telepítse az alkalmazást a Nextcloud alkalmazástárából (próbáljon ki egy demót [itt](https://demo.memories.gallery/apps/memories/)).\n1. Végezze el a javasolt [beállítási lépéseket](https://memories.gallery/config/).\n1. Futtassa a `php occ memories:index` parancsot, hogy előállítsa a meglévő fényképek metaadatindexét.\n1. Nyissa meg az 📷 Emlékek alkalmazást a Nextcloudban, és állítsa be a fényképeit tartalmazó könyvtárat.",
|
||||
"Settings" : "Beállítások",
|
||||
"People (Recognize)" : "Emberek (Felismerés)",
|
||||
"People" : "Emberek",
|
||||
|
@ -226,12 +227,16 @@
|
|||
"Failed to rename {oldName} to {name}." : "A(z) {oldName} átnevezése a következőre sikertelen: {name}.",
|
||||
"Search" : "Keresés",
|
||||
"Loading …" : "Betöltés…",
|
||||
"Enter name of the new face" : "Adja meg az új arc nevét",
|
||||
"Failed to create face" : "Az arc létrehozása sikertelen",
|
||||
"Merge {name} with person" : "{name} összevonása egy másik személlyel",
|
||||
"Are you sure you want to merge {name} with {newName}?" : "Biztos, hogy összevonja a következőket: {name} és {newName}?",
|
||||
"Too many failures, aborting" : "Túl sok hiba, megszakítás",
|
||||
"Error while moving {basename}" : "Hiba a(z) {basename} áthelyezése során",
|
||||
"Failed to move {name}." : "A(z) {name} áthelyezése sikertelen.",
|
||||
"Move selected photos to person" : "A kiválasztott fényképek áthelyezése egy személyhez",
|
||||
"Are you sure you want to move the selected photos from {name} to {target}?" : "Biztos, hogy áthelyezi a kiválasztott fényképeket a következőtől: {name}, a következőhöz: {target}?",
|
||||
"An error occured while moving photos from {name}." : "Hiba történt a fényképek a következőből történő áthelyezése során: {name}.",
|
||||
"Choose a folder" : "Válasszon mappát",
|
||||
"_{n} item moved to folder_::_{n} items moved to folder_" : ["{n} elem áthelyezve a mappába","{n} elem áthelyezve a mappába"],
|
||||
"Remove" : "Eltávolítás",
|
||||
|
|
|
@ -3,6 +3,7 @@ OC.L10N.register(
|
|||
{
|
||||
"Memories" : "Anılar",
|
||||
"Fast, modern and advanced photo management suite" : "Hızlı, modern ve gelişmiş fotoğraf yönetimi uygulaması",
|
||||
"# Memories: Photo Management for Nextcloud\n\nMemories is a *batteries-included* photo management solution for Nextcloud with advanced features including:\n\n- **📸 Timeline**: Sort photos and videos by date taken, parsed from Exif data.\n- **⏪ Rewind**: Jump to any time in the past instantly and relive your memories.\n- **🤖 AI Tagging**: Group photos by people and objects, powered by [recognize](https://github.com/nextcloud/recognize) and [facerecognition](https://github.com/matiasdelellis/facerecognition).\n- **🖼️ Albums**: Create albums to group photos and videos together. Then share these albums with others.\n- **🫱🏻🫲🏻 External Sharing**: Share photos and videos with people outside of your Nextcloud instance.\n- **📱 Mobile Support**: Work from any device, of any shape and size through the web app.\n- **✏️ Edit Metadata**: Edit dates and other metadata on photos quickly and in bulk.\n- **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n- **📹 Video Transcoding**: Transcode videos and use HLS for maximal performance.\n- **🗺️ Map**: View your photos on a map, tagged with accurate reverse geocoding.\n- **📦 Migration**: Migrate easily from Nextcloud Photos and Google Takeout.\n- **⚡️ Performance**: Do all this very fast.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store (try a demo [here](https://demo.memories.gallery/apps/memories/)).\n1. Perform the recommended [configuration steps](https://memories.gallery/config/).\n1. Run `php occ memories:index` to generate metadata indices for existing photos.\n1. Open the 📷 Memories app in Nextcloud and set the directory containing your photos." : "# Anılar: Nextcloud için fotoğraf yönetimi\n\nAnılar, Nextcloud için *pilleriyle birlikte* gelen ve aşağıdaki gibi gelişmiş özellikleri bulunan bir fotoğraf yönetimi uygulamasıdır:\n\n- **📸 Zaman tüneli**: Fotoğrafları ve görüntüleri çekildikleri tarihe göre sıralayabilir, EXIF verilerine göre ayrıştırabilirsiniz.\n- **⏪ Geri sarma**: Geçmişte herhangi bir zamana atlayabilir ve anılarınızı yeniden yaşayabilirsiniz.\n- **🤖 Yapay zeka ile etiketleme**: [recognize](https://github.com/nextcloud/recognize) tarafından desteklenen yapay zeka ile fotoğrafları insanlara ve nesnelere göre gruplayabilirsiniz.\n- **🖼️ Albümler**: Fotoğrafları ve görüntüleri birlikte gruplandırmak için albümler oluşturabilirsiniz. Daha sonra bu albümleri başkalarıyla paylaşabilirsiniz.\n- **🫱🏻🫲🏻 Dış paylaşım**: Fotoğrafları ve görüntüleri Nextcloud bulut sunucunuzun dışındaki kişilerle paylaşabilirsiniz.\n- **📱 Mobil desteği**: Web uygulaması üzerinden her aygtta her şekil ve boyuttaki aygıtlarda kullanabilirsiniz.\n- **✏️ Üst verileri düzenleme**: Fotoğraflardaki tarihleri ve diğer üst verileri hızlı ve kolay bir şekilde toplu olarak düzenleyebilirsiniz.\n- **📦 Arşiv**: Zaman tünelinizde görmek istemediğiniz fotoğrafları ayrı bir klasörde saklayabilirsiniz.\n- **📹 Görüntü dönüştürme**: Görüntüleri dönüştürebilir ve en iyi başarım için HLS kullanabilirsiniz.\n- **🗺️ Harita**: Fotoğraflarınızı harita üzerinde coğrafi kodu ile etiketlenmiş olarak görüntüleyebilirsiniz.\n- **📦 Aktarım**: fotoğrafları Nextcloud ve Google Takeout üzerinden kolayca aktarabilirsiniz.\n- **⚡️ Başarım**: Bunların tümünü çok hızlı yapabilirsiniz.\n\n## 🚀 Kurulum\n\n1. Uygulamayı Nextcloud uygulama mağazasından yükleyin ([buradan](https://demo.memories.gallery/apps/memories/) deneyebilirsiniz).\n2. Önerilen [yapılandırma adımlarını](https://memories.gallery/config/) gerçekleştirin.\n3. Var olan fotoğrafların üst veri dizinlerini oluşturmak için `php ./occ memory:index` komutunu yürütün.\n4. Nextcloud üzerinde 📷 Anılar uygulamasını açın ve fotoğraflarınızın bulunduğu klasörü ayarlayın.",
|
||||
"Settings" : "Ayarlar",
|
||||
"People (Recognize)" : "Kişiler (tanı)",
|
||||
"People" : "Kişiler",
|
||||
|
@ -228,12 +229,16 @@ OC.L10N.register(
|
|||
"Failed to rename {oldName} to {name}." : "{oldName} adı {name} olarak değiştirilemedi.",
|
||||
"Search" : "Arama",
|
||||
"Loading …" : "Yükleniyor…",
|
||||
"Enter name of the new face" : "Yeni yüz için bir ad yazın",
|
||||
"Failed to create face" : "Yüz eklenemedi",
|
||||
"Merge {name} with person" : "{name} kişisini kişi ile birleştir",
|
||||
"Are you sure you want to merge {name} with {newName}?" : "{name} kişisini {newName} kişisi ile birleştirmek istediğinize emin misiniz?",
|
||||
"Too many failures, aborting" : "Çok sayıda sorun çıktı, vazgeçiliyor",
|
||||
"Error while moving {basename}" : "{basename} taşınırken sorun çıktı",
|
||||
"Failed to move {name}." : "{name} taşınamadı.",
|
||||
"Move selected photos to person" : "Seçilmiş fotoğrafları kişiye taşı",
|
||||
"Are you sure you want to move the selected photos from {name} to {target}?" : "Seçilmiş fotoğrafları {name} üzerinden {target} üzerine taşımak istediğinize emin misiniz?",
|
||||
"An error occured while moving photos from {name}." : "Fotoğraflar {name} üzerinden taşınırken bir sorun çıktı.",
|
||||
"Choose a folder" : "Bir klasör seçin",
|
||||
"_{n} item moved to folder_::_{n} items moved to folder_" : ["{n} öge klasöre taşındı","{n} öge klasöre taşındı"],
|
||||
"Remove" : "Kaldır",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{ "translations": {
|
||||
"Memories" : "Anılar",
|
||||
"Fast, modern and advanced photo management suite" : "Hızlı, modern ve gelişmiş fotoğraf yönetimi uygulaması",
|
||||
"# Memories: Photo Management for Nextcloud\n\nMemories is a *batteries-included* photo management solution for Nextcloud with advanced features including:\n\n- **📸 Timeline**: Sort photos and videos by date taken, parsed from Exif data.\n- **⏪ Rewind**: Jump to any time in the past instantly and relive your memories.\n- **🤖 AI Tagging**: Group photos by people and objects, powered by [recognize](https://github.com/nextcloud/recognize) and [facerecognition](https://github.com/matiasdelellis/facerecognition).\n- **🖼️ Albums**: Create albums to group photos and videos together. Then share these albums with others.\n- **🫱🏻🫲🏻 External Sharing**: Share photos and videos with people outside of your Nextcloud instance.\n- **📱 Mobile Support**: Work from any device, of any shape and size through the web app.\n- **✏️ Edit Metadata**: Edit dates and other metadata on photos quickly and in bulk.\n- **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n- **📹 Video Transcoding**: Transcode videos and use HLS for maximal performance.\n- **🗺️ Map**: View your photos on a map, tagged with accurate reverse geocoding.\n- **📦 Migration**: Migrate easily from Nextcloud Photos and Google Takeout.\n- **⚡️ Performance**: Do all this very fast.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store (try a demo [here](https://demo.memories.gallery/apps/memories/)).\n1. Perform the recommended [configuration steps](https://memories.gallery/config/).\n1. Run `php occ memories:index` to generate metadata indices for existing photos.\n1. Open the 📷 Memories app in Nextcloud and set the directory containing your photos." : "# Anılar: Nextcloud için fotoğraf yönetimi\n\nAnılar, Nextcloud için *pilleriyle birlikte* gelen ve aşağıdaki gibi gelişmiş özellikleri bulunan bir fotoğraf yönetimi uygulamasıdır:\n\n- **📸 Zaman tüneli**: Fotoğrafları ve görüntüleri çekildikleri tarihe göre sıralayabilir, EXIF verilerine göre ayrıştırabilirsiniz.\n- **⏪ Geri sarma**: Geçmişte herhangi bir zamana atlayabilir ve anılarınızı yeniden yaşayabilirsiniz.\n- **🤖 Yapay zeka ile etiketleme**: [recognize](https://github.com/nextcloud/recognize) tarafından desteklenen yapay zeka ile fotoğrafları insanlara ve nesnelere göre gruplayabilirsiniz.\n- **🖼️ Albümler**: Fotoğrafları ve görüntüleri birlikte gruplandırmak için albümler oluşturabilirsiniz. Daha sonra bu albümleri başkalarıyla paylaşabilirsiniz.\n- **🫱🏻🫲🏻 Dış paylaşım**: Fotoğrafları ve görüntüleri Nextcloud bulut sunucunuzun dışındaki kişilerle paylaşabilirsiniz.\n- **📱 Mobil desteği**: Web uygulaması üzerinden her aygtta her şekil ve boyuttaki aygıtlarda kullanabilirsiniz.\n- **✏️ Üst verileri düzenleme**: Fotoğraflardaki tarihleri ve diğer üst verileri hızlı ve kolay bir şekilde toplu olarak düzenleyebilirsiniz.\n- **📦 Arşiv**: Zaman tünelinizde görmek istemediğiniz fotoğrafları ayrı bir klasörde saklayabilirsiniz.\n- **📹 Görüntü dönüştürme**: Görüntüleri dönüştürebilir ve en iyi başarım için HLS kullanabilirsiniz.\n- **🗺️ Harita**: Fotoğraflarınızı harita üzerinde coğrafi kodu ile etiketlenmiş olarak görüntüleyebilirsiniz.\n- **📦 Aktarım**: fotoğrafları Nextcloud ve Google Takeout üzerinden kolayca aktarabilirsiniz.\n- **⚡️ Başarım**: Bunların tümünü çok hızlı yapabilirsiniz.\n\n## 🚀 Kurulum\n\n1. Uygulamayı Nextcloud uygulama mağazasından yükleyin ([buradan](https://demo.memories.gallery/apps/memories/) deneyebilirsiniz).\n2. Önerilen [yapılandırma adımlarını](https://memories.gallery/config/) gerçekleştirin.\n3. Var olan fotoğrafların üst veri dizinlerini oluşturmak için `php ./occ memory:index` komutunu yürütün.\n4. Nextcloud üzerinde 📷 Anılar uygulamasını açın ve fotoğraflarınızın bulunduğu klasörü ayarlayın.",
|
||||
"Settings" : "Ayarlar",
|
||||
"People (Recognize)" : "Kişiler (tanı)",
|
||||
"People" : "Kişiler",
|
||||
|
@ -226,12 +227,16 @@
|
|||
"Failed to rename {oldName} to {name}." : "{oldName} adı {name} olarak değiştirilemedi.",
|
||||
"Search" : "Arama",
|
||||
"Loading …" : "Yükleniyor…",
|
||||
"Enter name of the new face" : "Yeni yüz için bir ad yazın",
|
||||
"Failed to create face" : "Yüz eklenemedi",
|
||||
"Merge {name} with person" : "{name} kişisini kişi ile birleştir",
|
||||
"Are you sure you want to merge {name} with {newName}?" : "{name} kişisini {newName} kişisi ile birleştirmek istediğinize emin misiniz?",
|
||||
"Too many failures, aborting" : "Çok sayıda sorun çıktı, vazgeçiliyor",
|
||||
"Error while moving {basename}" : "{basename} taşınırken sorun çıktı",
|
||||
"Failed to move {name}." : "{name} taşınamadı.",
|
||||
"Move selected photos to person" : "Seçilmiş fotoğrafları kişiye taşı",
|
||||
"Are you sure you want to move the selected photos from {name} to {target}?" : "Seçilmiş fotoğrafları {name} üzerinden {target} üzerine taşımak istediğinize emin misiniz?",
|
||||
"An error occured while moving photos from {name}." : "Fotoğraflar {name} üzerinden taşınırken bir sorun çıktı.",
|
||||
"Choose a folder" : "Bir klasör seçin",
|
||||
"_{n} item moved to folder_::_{n} items moved to folder_" : ["{n} öge klasöre taşındı","{n} öge klasöre taşındı"],
|
||||
"Remove" : "Kaldır",
|
||||
|
|
Loading…
Reference in New Issue