mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 18:28:50 -05:00
fix(l10n): Update translations from Transifex
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Integration sqlite / changes (push) Waiting to run
Integration sqlite / integration-sqlite (master, 8.4, main, --tags ~@large files_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, capabilities_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, collaboration_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, comments_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, dav_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, federation_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, file_conversions) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, files_reminders) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, filesdrop_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, ldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, openldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, openldap_numerical_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, remoteapi_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, routing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, setup_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, sharees_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, sharing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, theming_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, videoverification_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite-summary (push) Blocked by required conditions
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Integration sqlite / changes (push) Waiting to run
Integration sqlite / integration-sqlite (master, 8.4, main, --tags ~@large files_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, capabilities_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, collaboration_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, comments_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, dav_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, federation_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, file_conversions) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, files_reminders) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, filesdrop_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, ldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, openldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, openldap_numerical_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, remoteapi_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, routing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, setup_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, sharees_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, sharing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, theming_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, videoverification_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite-summary (push) Blocked by required conditions
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
parent
b7b4a3a6d7
commit
65d008b40c
108 changed files with 170 additions and 2 deletions
|
|
@ -73,7 +73,19 @@ OC.L10N.register(
|
|||
"Where: %s" : "Wapi: %s",
|
||||
"%1$s via %2$s" : "%1$skupitia %2$s",
|
||||
"In the past on %1$s for the entire day" : "Hapo awali kwenye %1$s kwa siku nzima",
|
||||
"_In %n minute on %1$s for the entire day_::_In %n minutes on %1$s for the entire day_" : ["In %n minute on %1$s for the entire day","Baada ya dakika %n kwenye %1$s kwa siku nzima"],
|
||||
"_In %n hour on %1$s for the entire day_::_In %n hours on %1$s for the entire day_" : ["In %n hour on %1$s for the entire day","Baada ya saa %n kwenye %1$s kwa siku nzima"],
|
||||
"_In %n day on %1$s for the entire day_::_In %n days on %1$s for the entire day_" : ["In %n day on %1$s for the entire day","Baada ya siku %n tarehe %1$s kwa siku nzima"],
|
||||
"_In %n week on %1$s for the entire day_::_In %n weeks on %1$s for the entire day_" : ["In %n week on %1$s for the entire day","Baada ya wiki %n mnamo %1$s kwa siku nzima"],
|
||||
"_In %n month on %1$s for the entire day_::_In %n months on %1$s for the entire day_" : ["In %n month on %1$s for the entire day","Baada ya miezi %n mnamo %1$s kwa siku nzima"],
|
||||
"_In %n year on %1$s for the entire day_::_In %n years on %1$s for the entire day_" : ["In %n year on %1$s for the entire day","Katika miaka %n kwenye %1$s kwa siku nzima"],
|
||||
"In the past on %1$s between %2$s - %3$s" : "Hapo awali kwenye %1$s kati ya %2$s - %3$s",
|
||||
"_In %n minute on %1$s between %2$s - %3$s_::_In %n minutes on %1$s between %2$s - %3$s_" : ["In %n minute on %1$s between %2$s - %3$s","Baada ya dakika %n kwenye %1$s kati ya %2$s - %3$s"],
|
||||
"_In %n hour on %1$s between %2$s - %3$s_::_In %n hours on %1$s between %2$s - %3$s_" : ["In %n hour on %1$s between %2$s - %3$s","Baada ya saa %n kwenye %1$s kati ya %2$s - %3$s"],
|
||||
"_In %n day on %1$s between %2$s - %3$s_::_In %n days on %1$s between %2$s - %3$s_" : ["In %n day on %1$s between %2$s - %3$s","Katika siku %n mnamo %1$s kati ya %2$s - %3$s"],
|
||||
"_In %n week on %1$s between %2$s - %3$s_::_In %n weeks on %1$s between %2$s - %3$s_" : ["In %n week on %1$s between %2$s - %3$s","Katika wiki %n mnamo %1$s kati ya %2$s - %3$s"],
|
||||
"_In %n month on %1$s between %2$s - %3$s_::_In %n months on %1$s between %2$s - %3$s_" : ["In %n month on %1$s between %2$s - %3$s","Katika miezi %n tarehe %1$s kati ya %2$s - %3$s"],
|
||||
"_In %n year on %1$s between %2$s - %3$s_::_In %n years on %1$s between %2$s - %3$s_" : ["In %n year on %1$s between %2$s - %3$s","Katika miaka %n kwenye %1$s kati ya %2$s - %3$s"],
|
||||
"Could not generate when statement" : "Haikuweza kuzalisha taarifa ya lini",
|
||||
"Every Day for the entire day" : "Kila Siku kwa siku nzima",
|
||||
"Every Day for the entire day until %1$s" : "Kila Siku kwa siku nzima hadi %1$s",
|
||||
|
|
@ -111,8 +123,26 @@ OC.L10N.register(
|
|||
"On specific dates for the entire day until %1$s" : "Kwa tarehe mahususi kwa siku nzima hadi %1$s ",
|
||||
"On specific dates between %1$s - %2$s until %3$s" : "Katika tarehe mahususi kati ya %1$s - %2$s hadi %3$s",
|
||||
"In the past on %1$s" : "Hapo awali kwenye %1$s",
|
||||
"_In %n minute on %1$s_::_In %n minutes on %1$s_" : ["In %n minute on %1$s","Baada ya dakika %n kwenye %1$s"],
|
||||
"_In %n hour on %1$s_::_In %n hours on %1$s_" : ["In %n hour on %1$s","Baada ya saa %n kwenye %1$s"],
|
||||
"_In %n day on %1$s_::_In %n days on %1$s_" : ["In %n day on %1$s","Baada ya siku %n tarehe %1$s"],
|
||||
"_In %n week on %1$s_::_In %n weeks on %1$s_" : ["In %n week on %1$s","Baada ya wiki %n tarehe %1$s"],
|
||||
"_In %n month on %1$s_::_In %n months on %1$s_" : ["In %n month on %1$s","Baada ya miezi %n tarehe %1$s"],
|
||||
"_In %n year on %1$s_::_In %n years on %1$s_" : ["In %n year on %1$s","Katika miaka %n tarehe %1$s"],
|
||||
"In the past on %1$s then on %2$s" : "Hapo awali kwenye %1$s kisha kwenye %2$s",
|
||||
"_In %n minute on %1$s then on %2$s_::_In %n minutes on %1$s then on %2$s_" : ["In %n minute on %1$s then on %2$s","Baada ya dakika %n kwenye %1$s kisha %2$s"],
|
||||
"_In %n hour on %1$s then on %2$s_::_In %n hours on %1$s then on %2$s_" : ["In %n hour on %1$s then on %2$s","Baada ya saa %n kwenye %1$s kisha %2$s"],
|
||||
"_In %n day on %1$s then on %2$s_::_In %n days on %1$s then on %2$s_" : ["In %n day on %1$s then on %2$s","Baada ya siku %n mnamo %1$s kisha %2$s"],
|
||||
"_In %n week on %1$s then on %2$s_::_In %n weeks on %1$s then on %2$s_" : ["In %n week on %1$s then on %2$s","Baada ya wiki %n mnamo %1$s kisha %2$s"],
|
||||
"_In %n month on %1$s then on %2$s_::_In %n months on %1$s then on %2$s_" : ["In %n month on %1$s then on %2$s","Baada ya miezi %n mnamo %1$s kisha %2$s"],
|
||||
"_In %n year on %1$s then on %2$s_::_In %n years on %1$s then on %2$s_" : ["In %n year on %1$s then on %2$s","Katika miaka %n kwenye %1$s kisha %2$s"],
|
||||
"In the past on %1$s then on %2$s and %3$s" : "Hapo awali kwenye %1$s kisha kwenye %2$s na %3$s",
|
||||
"_In %n minute on %1$s then on %2$s and %3$s_::_In %n minutes on %1$s then on %2$s and %3$s_" : ["In %n minute on %1$s then on %2$s and %3$s","Baada ya dakika %n kwenye %1$s kisha %2$s na %3$s"],
|
||||
"_In %n hour on %1$s then on %2$s and %3$s_::_In %n hours on %1$s then on %2$s and %3$s_" : ["In %n hour on %1$s then on %2$s and %3$s","Baada ya saa %n kwenye %1$s kisha %2$s na %3$s"],
|
||||
"_In %n day on %1$s then on %2$s and %3$s_::_In %n days on %1$s then on %2$s and %3$s_" : ["In %n day on %1$s then on %2$s and %3$s","Baada ya siku %n mnamo %1$s kisha %2$s na %3$s"],
|
||||
"_In %n week on %1$s then on %2$s and %3$s_::_In %n weeks on %1$s then on %2$s and %3$s_" : ["In %n week on %1$s then on %2$s and %3$s","Baada ya wiki %n %1$s kisha %2$s na %3$s"],
|
||||
"_In %n month on %1$s then on %2$s and %3$s_::_In %n months on %1$s then on %2$s and %3$s_" : ["In %n month on %1$s then on %2$s and %3$s","Baada ya miezi %n kwenye %1$s kisha %2$s na %3$s"],
|
||||
"_In %n year on %1$s then on %2$s and %3$s_::_In %n years on %1$s then on %2$s and %3$s_" : ["In %n year on %1$s then on %2$s and %3$s","Katika miaka %n kwenye %1$s kisha %2$s na %3$s"],
|
||||
"Could not generate next recurrence statement" : "Haikuweza kutoa taarifa inayofuata ya kujirudia",
|
||||
"Cancelled: %1$s" : "Imeghairiwa: %1$s ",
|
||||
"\"%1$s\" has been canceled" : "\"%1$s\" imeghairiwa",
|
||||
|
|
|
|||
|
|
@ -71,7 +71,19 @@
|
|||
"Where: %s" : "Wapi: %s",
|
||||
"%1$s via %2$s" : "%1$skupitia %2$s",
|
||||
"In the past on %1$s for the entire day" : "Hapo awali kwenye %1$s kwa siku nzima",
|
||||
"_In %n minute on %1$s for the entire day_::_In %n minutes on %1$s for the entire day_" : ["In %n minute on %1$s for the entire day","Baada ya dakika %n kwenye %1$s kwa siku nzima"],
|
||||
"_In %n hour on %1$s for the entire day_::_In %n hours on %1$s for the entire day_" : ["In %n hour on %1$s for the entire day","Baada ya saa %n kwenye %1$s kwa siku nzima"],
|
||||
"_In %n day on %1$s for the entire day_::_In %n days on %1$s for the entire day_" : ["In %n day on %1$s for the entire day","Baada ya siku %n tarehe %1$s kwa siku nzima"],
|
||||
"_In %n week on %1$s for the entire day_::_In %n weeks on %1$s for the entire day_" : ["In %n week on %1$s for the entire day","Baada ya wiki %n mnamo %1$s kwa siku nzima"],
|
||||
"_In %n month on %1$s for the entire day_::_In %n months on %1$s for the entire day_" : ["In %n month on %1$s for the entire day","Baada ya miezi %n mnamo %1$s kwa siku nzima"],
|
||||
"_In %n year on %1$s for the entire day_::_In %n years on %1$s for the entire day_" : ["In %n year on %1$s for the entire day","Katika miaka %n kwenye %1$s kwa siku nzima"],
|
||||
"In the past on %1$s between %2$s - %3$s" : "Hapo awali kwenye %1$s kati ya %2$s - %3$s",
|
||||
"_In %n minute on %1$s between %2$s - %3$s_::_In %n minutes on %1$s between %2$s - %3$s_" : ["In %n minute on %1$s between %2$s - %3$s","Baada ya dakika %n kwenye %1$s kati ya %2$s - %3$s"],
|
||||
"_In %n hour on %1$s between %2$s - %3$s_::_In %n hours on %1$s between %2$s - %3$s_" : ["In %n hour on %1$s between %2$s - %3$s","Baada ya saa %n kwenye %1$s kati ya %2$s - %3$s"],
|
||||
"_In %n day on %1$s between %2$s - %3$s_::_In %n days on %1$s between %2$s - %3$s_" : ["In %n day on %1$s between %2$s - %3$s","Katika siku %n mnamo %1$s kati ya %2$s - %3$s"],
|
||||
"_In %n week on %1$s between %2$s - %3$s_::_In %n weeks on %1$s between %2$s - %3$s_" : ["In %n week on %1$s between %2$s - %3$s","Katika wiki %n mnamo %1$s kati ya %2$s - %3$s"],
|
||||
"_In %n month on %1$s between %2$s - %3$s_::_In %n months on %1$s between %2$s - %3$s_" : ["In %n month on %1$s between %2$s - %3$s","Katika miezi %n tarehe %1$s kati ya %2$s - %3$s"],
|
||||
"_In %n year on %1$s between %2$s - %3$s_::_In %n years on %1$s between %2$s - %3$s_" : ["In %n year on %1$s between %2$s - %3$s","Katika miaka %n kwenye %1$s kati ya %2$s - %3$s"],
|
||||
"Could not generate when statement" : "Haikuweza kuzalisha taarifa ya lini",
|
||||
"Every Day for the entire day" : "Kila Siku kwa siku nzima",
|
||||
"Every Day for the entire day until %1$s" : "Kila Siku kwa siku nzima hadi %1$s",
|
||||
|
|
@ -109,8 +121,26 @@
|
|||
"On specific dates for the entire day until %1$s" : "Kwa tarehe mahususi kwa siku nzima hadi %1$s ",
|
||||
"On specific dates between %1$s - %2$s until %3$s" : "Katika tarehe mahususi kati ya %1$s - %2$s hadi %3$s",
|
||||
"In the past on %1$s" : "Hapo awali kwenye %1$s",
|
||||
"_In %n minute on %1$s_::_In %n minutes on %1$s_" : ["In %n minute on %1$s","Baada ya dakika %n kwenye %1$s"],
|
||||
"_In %n hour on %1$s_::_In %n hours on %1$s_" : ["In %n hour on %1$s","Baada ya saa %n kwenye %1$s"],
|
||||
"_In %n day on %1$s_::_In %n days on %1$s_" : ["In %n day on %1$s","Baada ya siku %n tarehe %1$s"],
|
||||
"_In %n week on %1$s_::_In %n weeks on %1$s_" : ["In %n week on %1$s","Baada ya wiki %n tarehe %1$s"],
|
||||
"_In %n month on %1$s_::_In %n months on %1$s_" : ["In %n month on %1$s","Baada ya miezi %n tarehe %1$s"],
|
||||
"_In %n year on %1$s_::_In %n years on %1$s_" : ["In %n year on %1$s","Katika miaka %n tarehe %1$s"],
|
||||
"In the past on %1$s then on %2$s" : "Hapo awali kwenye %1$s kisha kwenye %2$s",
|
||||
"_In %n minute on %1$s then on %2$s_::_In %n minutes on %1$s then on %2$s_" : ["In %n minute on %1$s then on %2$s","Baada ya dakika %n kwenye %1$s kisha %2$s"],
|
||||
"_In %n hour on %1$s then on %2$s_::_In %n hours on %1$s then on %2$s_" : ["In %n hour on %1$s then on %2$s","Baada ya saa %n kwenye %1$s kisha %2$s"],
|
||||
"_In %n day on %1$s then on %2$s_::_In %n days on %1$s then on %2$s_" : ["In %n day on %1$s then on %2$s","Baada ya siku %n mnamo %1$s kisha %2$s"],
|
||||
"_In %n week on %1$s then on %2$s_::_In %n weeks on %1$s then on %2$s_" : ["In %n week on %1$s then on %2$s","Baada ya wiki %n mnamo %1$s kisha %2$s"],
|
||||
"_In %n month on %1$s then on %2$s_::_In %n months on %1$s then on %2$s_" : ["In %n month on %1$s then on %2$s","Baada ya miezi %n mnamo %1$s kisha %2$s"],
|
||||
"_In %n year on %1$s then on %2$s_::_In %n years on %1$s then on %2$s_" : ["In %n year on %1$s then on %2$s","Katika miaka %n kwenye %1$s kisha %2$s"],
|
||||
"In the past on %1$s then on %2$s and %3$s" : "Hapo awali kwenye %1$s kisha kwenye %2$s na %3$s",
|
||||
"_In %n minute on %1$s then on %2$s and %3$s_::_In %n minutes on %1$s then on %2$s and %3$s_" : ["In %n minute on %1$s then on %2$s and %3$s","Baada ya dakika %n kwenye %1$s kisha %2$s na %3$s"],
|
||||
"_In %n hour on %1$s then on %2$s and %3$s_::_In %n hours on %1$s then on %2$s and %3$s_" : ["In %n hour on %1$s then on %2$s and %3$s","Baada ya saa %n kwenye %1$s kisha %2$s na %3$s"],
|
||||
"_In %n day on %1$s then on %2$s and %3$s_::_In %n days on %1$s then on %2$s and %3$s_" : ["In %n day on %1$s then on %2$s and %3$s","Baada ya siku %n mnamo %1$s kisha %2$s na %3$s"],
|
||||
"_In %n week on %1$s then on %2$s and %3$s_::_In %n weeks on %1$s then on %2$s and %3$s_" : ["In %n week on %1$s then on %2$s and %3$s","Baada ya wiki %n %1$s kisha %2$s na %3$s"],
|
||||
"_In %n month on %1$s then on %2$s and %3$s_::_In %n months on %1$s then on %2$s and %3$s_" : ["In %n month on %1$s then on %2$s and %3$s","Baada ya miezi %n kwenye %1$s kisha %2$s na %3$s"],
|
||||
"_In %n year on %1$s then on %2$s and %3$s_::_In %n years on %1$s then on %2$s and %3$s_" : ["In %n year on %1$s then on %2$s and %3$s","Katika miaka %n kwenye %1$s kisha %2$s na %3$s"],
|
||||
"Could not generate next recurrence statement" : "Haikuweza kutoa taarifa inayofuata ya kujirudia",
|
||||
"Cancelled: %1$s" : "Imeghairiwa: %1$s ",
|
||||
"\"%1$s\" has been canceled" : "\"%1$s\" imeghairiwa",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
OC.L10N.register(
|
||||
"webhook_listeners",
|
||||
{
|
||||
"Webhooks" : "Webhooks",
|
||||
"Ephemeral webhook authentication" : "Ephemeral تور باغلىما دەلىللەش",
|
||||
"Webhooks" : "تور باغلىمىلىرى",
|
||||
"Nextcloud Webhook Support" : "Nextcloud Webhook قوللايدۇ",
|
||||
"Send notifications to external services whenever something important happens, like when files are changed or updated." : "ھۆججەتلەر ئۆزگەرتىلگەندە ياكى يېڭىلانغاندا مۇھىم ئىشلار يۈز بەرگەندە، سىرتقى مۇلازىمەتلەرگە ئۇقتۇرۇش ئەۋەتىڭ.",
|
||||
"Set up webhooks that automatically notify external services whenever certain events - like file changes - occur within Nextcloud. By configuring these webhooks, administrators can specify which actions in their Nextcloud instance should trigger notifications and where those notifications should be sent, enabling seamless integration with other platforms and automating workflows.\n\nThe app works by monitoring Nextcloud's event system and dispatching HTTP requests (webhooks) containing relevant event data to the specified endpoints whenever a configured event takes place. This approach makes it easy to connect Nextcloud with external tools, allowing for real-time interactions without needing to manually check for updates or changes.\n\nAdministrators can configure webhook listeners via the app's OCS API. The app also provides a command-line tool to list currently configured webhooks. There are no Web UI settings." : "Nextcloud ئىچىدە ھۆججەت ئۆزگىرىشى قاتارلىق بەزى ۋەقەلەر يۈز بەرگەندە، تاشقى مۇلازىمەتلەرگە ئاپتوماتىك ئۇقتۇرۇش قىلىدىغان تور خۇكلىرىنى تەڭشەڭ. بۇ تور خۇكلىرىنى تەڭشەش ئارقىلىق، باشقۇرغۇچىلار ئۆزلىرىنىڭ Nextcloud مىسالىدىكى قايسى ھەرىكەتلەرنىڭ ئۇقتۇرۇشلارنى قوزغىتىشى ۋە بۇ ئۇقتۇرۇشلارنىڭ قەيەرگە ئەۋەتىلىشى كېرەكلىكىنى بەلگىلىيەلەيدۇ، بۇ باشقا سۇپىلار بىلەن ئۈزۈلمەس بىرلىشىشنى ئىشقا ئاشۇرىدۇ ۋە ئىش ئېقىمىنى ئاپتوماتلاشتۇرىدۇ.\n\nبۇ ئەپ Nextcloud نىڭ ۋەقە سىستېمىسىنى نازارەت قىلىش ۋە تەڭشەلگەن ۋەقە يۈز بەرگەندە، مۇناسىۋەتلىك ۋەقە سانلىق مەلۇماتلىرىنى ئۆز ئىچىگە ئالغان HTTP تەلەپلىرىنى (تور خۇكلىرى) بەلگىلەنگەن ئاخىرقى نۇقتىلارغا ئەۋەتىش ئارقىلىق ئىشلەيدۇ. بۇ ئۇسۇل Nextcloud نى تاشقى قوراللار بىلەن ئۇلاشنى ئاسانلاشتۇرىدۇ، يېڭىلاش ياكى ئۆزگىرىشلەرنى قولدا تەكشۈرۈشنىڭ ھاجىتى يوق، ھەقىقىي ۋاقىتلىق ئالاقىلىشىشقا يول قويىدۇ.\n\nباشقۇرغۇچىلار ئەپنىڭ OCS API ئارقىلىق تور خۇك ئاڭلىغۇچىلىرىنى تەڭشەيدۇ. بۇ ئەپ يەنە ھازىر تەڭشەلگەن تور خۇكلىرىنى تىزىش ئۈچۈن بۇيرۇق قۇر قورالى بىلەن تەمىنلەيدۇ. تور UI تەڭشىكى يوق.",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{ "translations": {
|
||||
"Webhooks" : "Webhooks",
|
||||
"Ephemeral webhook authentication" : "Ephemeral تور باغلىما دەلىللەش",
|
||||
"Webhooks" : "تور باغلىمىلىرى",
|
||||
"Nextcloud Webhook Support" : "Nextcloud Webhook قوللايدۇ",
|
||||
"Send notifications to external services whenever something important happens, like when files are changed or updated." : "ھۆججەتلەر ئۆزگەرتىلگەندە ياكى يېڭىلانغاندا مۇھىم ئىشلار يۈز بەرگەندە، سىرتقى مۇلازىمەتلەرگە ئۇقتۇرۇش ئەۋەتىڭ.",
|
||||
"Set up webhooks that automatically notify external services whenever certain events - like file changes - occur within Nextcloud. By configuring these webhooks, administrators can specify which actions in their Nextcloud instance should trigger notifications and where those notifications should be sent, enabling seamless integration with other platforms and automating workflows.\n\nThe app works by monitoring Nextcloud's event system and dispatching HTTP requests (webhooks) containing relevant event data to the specified endpoints whenever a configured event takes place. This approach makes it easy to connect Nextcloud with external tools, allowing for real-time interactions without needing to manually check for updates or changes.\n\nAdministrators can configure webhook listeners via the app's OCS API. The app also provides a command-line tool to list currently configured webhooks. There are no Web UI settings." : "Nextcloud ئىچىدە ھۆججەت ئۆزگىرىشى قاتارلىق بەزى ۋەقەلەر يۈز بەرگەندە، تاشقى مۇلازىمەتلەرگە ئاپتوماتىك ئۇقتۇرۇش قىلىدىغان تور خۇكلىرىنى تەڭشەڭ. بۇ تور خۇكلىرىنى تەڭشەش ئارقىلىق، باشقۇرغۇچىلار ئۆزلىرىنىڭ Nextcloud مىسالىدىكى قايسى ھەرىكەتلەرنىڭ ئۇقتۇرۇشلارنى قوزغىتىشى ۋە بۇ ئۇقتۇرۇشلارنىڭ قەيەرگە ئەۋەتىلىشى كېرەكلىكىنى بەلگىلىيەلەيدۇ، بۇ باشقا سۇپىلار بىلەن ئۈزۈلمەس بىرلىشىشنى ئىشقا ئاشۇرىدۇ ۋە ئىش ئېقىمىنى ئاپتوماتلاشتۇرىدۇ.\n\nبۇ ئەپ Nextcloud نىڭ ۋەقە سىستېمىسىنى نازارەت قىلىش ۋە تەڭشەلگەن ۋەقە يۈز بەرگەندە، مۇناسىۋەتلىك ۋەقە سانلىق مەلۇماتلىرىنى ئۆز ئىچىگە ئالغان HTTP تەلەپلىرىنى (تور خۇكلىرى) بەلگىلەنگەن ئاخىرقى نۇقتىلارغا ئەۋەتىش ئارقىلىق ئىشلەيدۇ. بۇ ئۇسۇل Nextcloud نى تاشقى قوراللار بىلەن ئۇلاشنى ئاسانلاشتۇرىدۇ، يېڭىلاش ياكى ئۆزگىرىشلەرنى قولدا تەكشۈرۈشنىڭ ھاجىتى يوق، ھەقىقىي ۋاقىتلىق ئالاقىلىشىشقا يول قويىدۇ.\n\nباشقۇرغۇچىلار ئەپنىڭ OCS API ئارقىلىق تور خۇك ئاڭلىغۇچىلىرىنى تەڭشەيدۇ. بۇ ئەپ يەنە ھازىر تەڭشەلگەن تور خۇكلىرىنى تىزىش ئۈچۈن بۇيرۇق قۇر قورالى بىلەن تەمىنلەيدۇ. تور UI تەڭشىكى يوق.",
|
||||
|
|
|
|||
|
|
@ -355,6 +355,7 @@ OC.L10N.register(
|
|||
"The text to generate an emoji for" : "نص لتوليد إيموجي عن",
|
||||
"Generated emoji" : "الإيموجي المُولَّد",
|
||||
"The generated emoji based on the input text" : "الإيموجي المُولَّد بناءً على النص المُدخَل",
|
||||
"Optical character recognition" : "التعرُّف الضوئي على الحروف",
|
||||
"Generate image" : "توليد صورة",
|
||||
"Generate an image from a text prompt" : "توليد إيموجي من طلب نصّي",
|
||||
"Prompt" : "المُطالبة prompt",
|
||||
|
|
|
|||
|
|
@ -353,6 +353,7 @@
|
|||
"The text to generate an emoji for" : "نص لتوليد إيموجي عن",
|
||||
"Generated emoji" : "الإيموجي المُولَّد",
|
||||
"The generated emoji based on the input text" : "الإيموجي المُولَّد بناءً على النص المُدخَل",
|
||||
"Optical character recognition" : "التعرُّف الضوئي على الحروف",
|
||||
"Generate image" : "توليد صورة",
|
||||
"Generate an image from a text prompt" : "توليد إيموجي من طلب نصّي",
|
||||
"Prompt" : "المُطالبة prompt",
|
||||
|
|
|
|||
|
|
@ -195,6 +195,7 @@ OC.L10N.register(
|
|||
"Conversation token" : "Токен размовы",
|
||||
"A token representing the conversation." : "Токен, які прадстаўляе размову.",
|
||||
"The new conversation token" : "Новы токен размовы",
|
||||
"Optical character recognition" : "Аптычнае распазнаванне сімвалаў",
|
||||
"Number of images" : "Колькасць відарысаў",
|
||||
"Describe a task that you want the assistant to do or ask a question" : "Апішыце заданне для памочніка, або задайце пытанне",
|
||||
"Chat" : "Чат",
|
||||
|
|
|
|||
|
|
@ -193,6 +193,7 @@
|
|||
"Conversation token" : "Токен размовы",
|
||||
"A token representing the conversation." : "Токен, які прадстаўляе размову.",
|
||||
"The new conversation token" : "Новы токен размовы",
|
||||
"Optical character recognition" : "Аптычнае распазнаванне сімвалаў",
|
||||
"Number of images" : "Колькасць відарысаў",
|
||||
"Describe a task that you want the assistant to do or ask a question" : "Апішыце заданне для памочніка, або задайце пытанне",
|
||||
"Chat" : "Чат",
|
||||
|
|
|
|||
|
|
@ -229,6 +229,7 @@ OC.L10N.register(
|
|||
"Images" : "Изображения",
|
||||
"Question" : "Въпрос",
|
||||
"Confirmation" : "Потвърждение",
|
||||
"Optical character recognition" : "Оптично разпознаване на символи",
|
||||
"Prompt" : "Подкана",
|
||||
"Text" : "Текст",
|
||||
"Summary" : "Резюме",
|
||||
|
|
|
|||
|
|
@ -227,6 +227,7 @@
|
|||
"Images" : "Изображения",
|
||||
"Question" : "Въпрос",
|
||||
"Confirmation" : "Потвърждение",
|
||||
"Optical character recognition" : "Оптично разпознаване на символи",
|
||||
"Prompt" : "Подкана",
|
||||
"Text" : "Текст",
|
||||
"Summary" : "Резюме",
|
||||
|
|
|
|||
|
|
@ -352,6 +352,7 @@ OC.L10N.register(
|
|||
"The text to generate an emoji for" : "El text per a generar un emoji",
|
||||
"Generated emoji" : "Emoji generat",
|
||||
"The generated emoji based on the input text" : "L'emoji generat a partir del text d'entrada",
|
||||
"Optical character recognition" : "Reconeixement òptic de caràcters",
|
||||
"Generate image" : "Generar imatge",
|
||||
"Generate an image from a text prompt" : "Genereu una imatge a partir d'una sol·licitud de text",
|
||||
"Prompt" : "Indicador",
|
||||
|
|
|
|||
|
|
@ -350,6 +350,7 @@
|
|||
"The text to generate an emoji for" : "El text per a generar un emoji",
|
||||
"Generated emoji" : "Emoji generat",
|
||||
"The generated emoji based on the input text" : "L'emoji generat a partir del text d'entrada",
|
||||
"Optical character recognition" : "Reconeixement òptic de caràcters",
|
||||
"Generate image" : "Generar imatge",
|
||||
"Generate an image from a text prompt" : "Genereu una imatge a partir d'una sol·licitud de text",
|
||||
"Prompt" : "Indicador",
|
||||
|
|
|
|||
|
|
@ -379,6 +379,7 @@ OC.L10N.register(
|
|||
"The text to generate an emoji for" : "Text pro který vytvořit emotikonu",
|
||||
"Generated emoji" : "Vytvořená emotikona",
|
||||
"The generated emoji based on the input text" : "Emotikona vytvořená na základě vstupního textu",
|
||||
"Optical character recognition" : "Optické rozpoznávání znaků",
|
||||
"Generate image" : "Vytvořit obrázek",
|
||||
"Generate an image from a text prompt" : "Vytvoření obrázku dle textového zadání",
|
||||
"Prompt" : "Výzva",
|
||||
|
|
|
|||
|
|
@ -377,6 +377,7 @@
|
|||
"The text to generate an emoji for" : "Text pro který vytvořit emotikonu",
|
||||
"Generated emoji" : "Vytvořená emotikona",
|
||||
"The generated emoji based on the input text" : "Emotikona vytvořená na základě vstupního textu",
|
||||
"Optical character recognition" : "Optické rozpoznávání znaků",
|
||||
"Generate image" : "Vytvořit obrázek",
|
||||
"Generate an image from a text prompt" : "Vytvoření obrázku dle textového zadání",
|
||||
"Prompt" : "Výzva",
|
||||
|
|
|
|||
|
|
@ -379,6 +379,7 @@ OC.L10N.register(
|
|||
"The text to generate an emoji for" : "Der Text aus dem ein Emoji erstellt werden soll",
|
||||
"Generated emoji" : "Erstelltes Emoji",
|
||||
"The generated emoji based on the input text" : "Das aus dem eingegebenen Text erstelltes Emoji",
|
||||
"Optical character recognition" : "Texterkennung",
|
||||
"Generate image" : "Bild erstellen",
|
||||
"Generate an image from a text prompt" : "Bild aus einer Texteingabe erstellen",
|
||||
"Prompt" : "Prompt",
|
||||
|
|
|
|||
|
|
@ -377,6 +377,7 @@
|
|||
"The text to generate an emoji for" : "Der Text aus dem ein Emoji erstellt werden soll",
|
||||
"Generated emoji" : "Erstelltes Emoji",
|
||||
"The generated emoji based on the input text" : "Das aus dem eingegebenen Text erstelltes Emoji",
|
||||
"Optical character recognition" : "Texterkennung",
|
||||
"Generate image" : "Bild erstellen",
|
||||
"Generate an image from a text prompt" : "Bild aus einer Texteingabe erstellen",
|
||||
"Prompt" : "Prompt",
|
||||
|
|
|
|||
|
|
@ -379,6 +379,7 @@ OC.L10N.register(
|
|||
"The text to generate an emoji for" : "Der Text aus dem ein Emoji erstellt werden soll",
|
||||
"Generated emoji" : "Erstelltes Emoji",
|
||||
"The generated emoji based on the input text" : "Das aus dem eingegebenen Text erstelltes Emoji",
|
||||
"Optical character recognition" : "Texterkennung",
|
||||
"Generate image" : "Bild erstellen",
|
||||
"Generate an image from a text prompt" : "Bild aus einer Texteingabe erstellen",
|
||||
"Prompt" : "Prompt",
|
||||
|
|
|
|||
|
|
@ -377,6 +377,7 @@
|
|||
"The text to generate an emoji for" : "Der Text aus dem ein Emoji erstellt werden soll",
|
||||
"Generated emoji" : "Erstelltes Emoji",
|
||||
"The generated emoji based on the input text" : "Das aus dem eingegebenen Text erstelltes Emoji",
|
||||
"Optical character recognition" : "Texterkennung",
|
||||
"Generate image" : "Bild erstellen",
|
||||
"Generate an image from a text prompt" : "Bild aus einer Texteingabe erstellen",
|
||||
"Prompt" : "Prompt",
|
||||
|
|
|
|||
|
|
@ -378,6 +378,7 @@ OC.L10N.register(
|
|||
"The text to generate an emoji for" : "Το κείμενο για το οποίο θα δημιουργηθεί ένα emoji",
|
||||
"Generated emoji" : "Παραγόμενο emoji",
|
||||
"The generated emoji based on the input text" : "Το παραγόμενο emoji βασισμένο στο κείμενο εισόδου",
|
||||
"Optical character recognition" : "Οπτική αναγνώριση χαρακτήρων",
|
||||
"Generate image" : "Δημιουργία εικόνας",
|
||||
"Generate an image from a text prompt" : "Δημιουργήστε μια εικόνα από ένα κείμενο προτροπής",
|
||||
"Prompt" : "Προτροπή",
|
||||
|
|
|
|||
|
|
@ -376,6 +376,7 @@
|
|||
"The text to generate an emoji for" : "Το κείμενο για το οποίο θα δημιουργηθεί ένα emoji",
|
||||
"Generated emoji" : "Παραγόμενο emoji",
|
||||
"The generated emoji based on the input text" : "Το παραγόμενο emoji βασισμένο στο κείμενο εισόδου",
|
||||
"Optical character recognition" : "Οπτική αναγνώριση χαρακτήρων",
|
||||
"Generate image" : "Δημιουργία εικόνας",
|
||||
"Generate an image from a text prompt" : "Δημιουργήστε μια εικόνα από ένα κείμενο προτροπής",
|
||||
"Prompt" : "Προτροπή",
|
||||
|
|
|
|||
|
|
@ -379,6 +379,7 @@ OC.L10N.register(
|
|||
"The text to generate an emoji for" : "The text to generate an emoji for",
|
||||
"Generated emoji" : "Generated emoji",
|
||||
"The generated emoji based on the input text" : "The generated emoji based on the input text",
|
||||
"Optical character recognition" : "Optical character recognition",
|
||||
"Generate image" : "Generate image",
|
||||
"Generate an image from a text prompt" : "Generate an image from a text prompt",
|
||||
"Prompt" : "Prompt",
|
||||
|
|
|
|||
|
|
@ -377,6 +377,7 @@
|
|||
"The text to generate an emoji for" : "The text to generate an emoji for",
|
||||
"Generated emoji" : "Generated emoji",
|
||||
"The generated emoji based on the input text" : "The generated emoji based on the input text",
|
||||
"Optical character recognition" : "Optical character recognition",
|
||||
"Generate image" : "Generate image",
|
||||
"Generate an image from a text prompt" : "Generate an image from a text prompt",
|
||||
"Prompt" : "Prompt",
|
||||
|
|
|
|||
|
|
@ -378,6 +378,7 @@ OC.L10N.register(
|
|||
"The text to generate an emoji for" : "El texto para el cual se generará un emoji",
|
||||
"Generated emoji" : "Emoji generado",
|
||||
"The generated emoji based on the input text" : "El emoji generado basado en el texto de entrada",
|
||||
"Optical character recognition" : "Reconocimiento óptico de caracteres",
|
||||
"Generate image" : "Generar imagen",
|
||||
"Generate an image from a text prompt" : "Generar una imagen desde un prompt de texto",
|
||||
"Prompt" : "Prompt",
|
||||
|
|
|
|||
|
|
@ -376,6 +376,7 @@
|
|||
"The text to generate an emoji for" : "El texto para el cual se generará un emoji",
|
||||
"Generated emoji" : "Emoji generado",
|
||||
"The generated emoji based on the input text" : "El emoji generado basado en el texto de entrada",
|
||||
"Optical character recognition" : "Reconocimiento óptico de caracteres",
|
||||
"Generate image" : "Generar imagen",
|
||||
"Generate an image from a text prompt" : "Generar una imagen desde un prompt de texto",
|
||||
"Prompt" : "Prompt",
|
||||
|
|
|
|||
|
|
@ -148,6 +148,7 @@ OC.L10N.register(
|
|||
"Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible",
|
||||
"Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s",
|
||||
"Images" : "Imágenes",
|
||||
"Optical character recognition" : "Reconocimiento óptico de caracteres",
|
||||
"Text" : "Texto",
|
||||
"Summary" : "Resumen",
|
||||
"Translate" : "Traducir",
|
||||
|
|
|
|||
|
|
@ -146,6 +146,7 @@
|
|||
"Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible",
|
||||
"Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s",
|
||||
"Images" : "Imágenes",
|
||||
"Optical character recognition" : "Reconocimiento óptico de caracteres",
|
||||
"Text" : "Texto",
|
||||
"Summary" : "Resumen",
|
||||
"Translate" : "Traducir",
|
||||
|
|
|
|||
|
|
@ -146,6 +146,7 @@ OC.L10N.register(
|
|||
"Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible",
|
||||
"Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s",
|
||||
"Images" : "Imágenes",
|
||||
"Optical character recognition" : "Reconocimiento óptico de caracteres",
|
||||
"Text" : "Texto",
|
||||
"Summary" : "Resumen",
|
||||
"Translate" : "Traducir",
|
||||
|
|
|
|||
|
|
@ -144,6 +144,7 @@
|
|||
"Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible",
|
||||
"Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s",
|
||||
"Images" : "Imágenes",
|
||||
"Optical character recognition" : "Reconocimiento óptico de caracteres",
|
||||
"Text" : "Texto",
|
||||
"Summary" : "Resumen",
|
||||
"Translate" : "Traducir",
|
||||
|
|
|
|||
|
|
@ -146,6 +146,7 @@ OC.L10N.register(
|
|||
"Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible",
|
||||
"Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s",
|
||||
"Images" : "Imágenes",
|
||||
"Optical character recognition" : "Reconocimiento óptico de caracteres",
|
||||
"Text" : "Texto",
|
||||
"Summary" : "Resumen",
|
||||
"Translate" : "Traducir",
|
||||
|
|
|
|||
|
|
@ -144,6 +144,7 @@
|
|||
"Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible",
|
||||
"Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s",
|
||||
"Images" : "Imágenes",
|
||||
"Optical character recognition" : "Reconocimiento óptico de caracteres",
|
||||
"Text" : "Texto",
|
||||
"Summary" : "Resumen",
|
||||
"Translate" : "Traducir",
|
||||
|
|
|
|||
|
|
@ -146,6 +146,7 @@ OC.L10N.register(
|
|||
"Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible",
|
||||
"Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s",
|
||||
"Images" : "Imágenes",
|
||||
"Optical character recognition" : "Reconocimiento óptico de caracteres",
|
||||
"Text" : "Texto",
|
||||
"Summary" : "Resumen",
|
||||
"Translate" : "Traducir",
|
||||
|
|
|
|||
|
|
@ -144,6 +144,7 @@
|
|||
"Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible",
|
||||
"Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s",
|
||||
"Images" : "Imágenes",
|
||||
"Optical character recognition" : "Reconocimiento óptico de caracteres",
|
||||
"Text" : "Texto",
|
||||
"Summary" : "Resumen",
|
||||
"Translate" : "Traducir",
|
||||
|
|
|
|||
|
|
@ -225,6 +225,7 @@ OC.L10N.register(
|
|||
"Images" : "Imágenes",
|
||||
"Question" : "Pregunta",
|
||||
"Confirmation" : "Confirmación",
|
||||
"Optical character recognition" : "Reconocimiento óptico de caracteres",
|
||||
"Prompt" : "Promoción",
|
||||
"Text" : "Texto",
|
||||
"Summary" : "Resumen",
|
||||
|
|
|
|||
|
|
@ -223,6 +223,7 @@
|
|||
"Images" : "Imágenes",
|
||||
"Question" : "Pregunta",
|
||||
"Confirmation" : "Confirmación",
|
||||
"Optical character recognition" : "Reconocimiento óptico de caracteres",
|
||||
"Prompt" : "Promoción",
|
||||
"Text" : "Texto",
|
||||
"Summary" : "Resumen",
|
||||
|
|
|
|||
|
|
@ -146,6 +146,7 @@ OC.L10N.register(
|
|||
"Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible",
|
||||
"Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s",
|
||||
"Images" : "Imágenes",
|
||||
"Optical character recognition" : "Reconocimiento óptico de caracteres",
|
||||
"Text" : "Texto",
|
||||
"Summary" : "Resumen",
|
||||
"Translate" : "Traducir",
|
||||
|
|
|
|||
|
|
@ -144,6 +144,7 @@
|
|||
"Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible",
|
||||
"Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s",
|
||||
"Images" : "Imágenes",
|
||||
"Optical character recognition" : "Reconocimiento óptico de caracteres",
|
||||
"Text" : "Texto",
|
||||
"Summary" : "Resumen",
|
||||
"Translate" : "Traducir",
|
||||
|
|
|
|||
|
|
@ -310,6 +310,7 @@ OC.L10N.register(
|
|||
"The text to generate an emoji for" : "El texto para generar un emoji",
|
||||
"Generated emoji" : "Emoji generado",
|
||||
"The generated emoji based on the input text" : "El emoji generado basado en el texto de entrada",
|
||||
"Optical character recognition" : "Reconocimiento óptico de caracteres",
|
||||
"Generate image" : "Generar imagen",
|
||||
"Generate an image from a text prompt" : "Generar una imagen desde un texto",
|
||||
"Prompt" : "Prompt",
|
||||
|
|
|
|||
|
|
@ -308,6 +308,7 @@
|
|||
"The text to generate an emoji for" : "El texto para generar un emoji",
|
||||
"Generated emoji" : "Emoji generado",
|
||||
"The generated emoji based on the input text" : "El emoji generado basado en el texto de entrada",
|
||||
"Optical character recognition" : "Reconocimiento óptico de caracteres",
|
||||
"Generate image" : "Generar imagen",
|
||||
"Generate an image from a text prompt" : "Generar una imagen desde un texto",
|
||||
"Prompt" : "Prompt",
|
||||
|
|
|
|||
|
|
@ -147,6 +147,7 @@ OC.L10N.register(
|
|||
"Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible",
|
||||
"Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s",
|
||||
"Images" : "Imágenes",
|
||||
"Optical character recognition" : "Reconocimiento óptico de caracteres",
|
||||
"Text" : "Texto",
|
||||
"Summary" : "Resumen",
|
||||
"Translate" : "Traducir",
|
||||
|
|
|
|||
|
|
@ -145,6 +145,7 @@
|
|||
"Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible",
|
||||
"Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s",
|
||||
"Images" : "Imágenes",
|
||||
"Optical character recognition" : "Reconocimiento óptico de caracteres",
|
||||
"Text" : "Texto",
|
||||
"Summary" : "Resumen",
|
||||
"Translate" : "Traducir",
|
||||
|
|
|
|||
|
|
@ -378,6 +378,7 @@ OC.L10N.register(
|
|||
"The text to generate an emoji for" : "Emoji bat sortzeko testua",
|
||||
"Generated emoji" : "Sortutako emojia",
|
||||
"The generated emoji based on the input text" : "Sarrerako testuan oinarrituta sortutako emojia",
|
||||
"Optical character recognition" : "Karaktereen errekonozimendu optikoa",
|
||||
"Generate image" : "Sortu irudia",
|
||||
"Generate an image from a text prompt" : "Sortu irudi bat testu-gonbita batetik",
|
||||
"Prompt" : "Galdera",
|
||||
|
|
|
|||
|
|
@ -376,6 +376,7 @@
|
|||
"The text to generate an emoji for" : "Emoji bat sortzeko testua",
|
||||
"Generated emoji" : "Sortutako emojia",
|
||||
"The generated emoji based on the input text" : "Sarrerako testuan oinarrituta sortutako emojia",
|
||||
"Optical character recognition" : "Karaktereen errekonozimendu optikoa",
|
||||
"Generate image" : "Sortu irudia",
|
||||
"Generate an image from a text prompt" : "Sortu irudi bat testu-gonbita batetik",
|
||||
"Prompt" : "Galdera",
|
||||
|
|
|
|||
|
|
@ -358,6 +358,7 @@ OC.L10N.register(
|
|||
"The text to generate an emoji for" : "متنی که میخواهید برای آن اموجی تولید شود",
|
||||
"Generated emoji" : "اموجی تولید شده",
|
||||
"The generated emoji based on the input text" : "اموجی تولید شده بر اساس متن ورودی",
|
||||
"Optical character recognition" : "Optical character recognition",
|
||||
"Generate image" : "تولید تصویر",
|
||||
"Generate an image from a text prompt" : "تولید تصویر از یک متن ورودی",
|
||||
"Prompt" : "درخواست",
|
||||
|
|
|
|||
|
|
@ -356,6 +356,7 @@
|
|||
"The text to generate an emoji for" : "متنی که میخواهید برای آن اموجی تولید شود",
|
||||
"Generated emoji" : "اموجی تولید شده",
|
||||
"The generated emoji based on the input text" : "اموجی تولید شده بر اساس متن ورودی",
|
||||
"Optical character recognition" : "Optical character recognition",
|
||||
"Generate image" : "تولید تصویر",
|
||||
"Generate an image from a text prompt" : "تولید تصویر از یک متن ورودی",
|
||||
"Prompt" : "درخواست",
|
||||
|
|
|
|||
|
|
@ -221,6 +221,7 @@ OC.L10N.register(
|
|||
"Chat history" : "Keskusteluhistoria",
|
||||
"Confirmation" : "Vahvistus",
|
||||
"Writing style" : "Kirjoitustyyli",
|
||||
"Optical character recognition" : "Merkkien optinen tunnistaminen (OCR)",
|
||||
"Generate image" : "Luo kuva",
|
||||
"Generate an image from a text prompt" : "Luo kuva tekstikehotteen perusteella",
|
||||
"Prompt" : "Kehote",
|
||||
|
|
|
|||
|
|
@ -219,6 +219,7 @@
|
|||
"Chat history" : "Keskusteluhistoria",
|
||||
"Confirmation" : "Vahvistus",
|
||||
"Writing style" : "Kirjoitustyyli",
|
||||
"Optical character recognition" : "Merkkien optinen tunnistaminen (OCR)",
|
||||
"Generate image" : "Luo kuva",
|
||||
"Generate an image from a text prompt" : "Luo kuva tekstikehotteen perusteella",
|
||||
"Prompt" : "Kehote",
|
||||
|
|
|
|||
|
|
@ -378,6 +378,7 @@ OC.L10N.register(
|
|||
"The text to generate an emoji for" : "Texte pour lequel générer un émoji",
|
||||
"Generated emoji" : "Émoji généré",
|
||||
"The generated emoji based on the input text" : "Émoji généré en fonction du texte saisi",
|
||||
"Optical character recognition" : "Reconnaissance optique de caractères",
|
||||
"Generate image" : "Générer une image",
|
||||
"Generate an image from a text prompt" : "Générer une image à partir d'un texte",
|
||||
"Prompt" : "Prompt",
|
||||
|
|
|
|||
|
|
@ -376,6 +376,7 @@
|
|||
"The text to generate an emoji for" : "Texte pour lequel générer un émoji",
|
||||
"Generated emoji" : "Émoji généré",
|
||||
"The generated emoji based on the input text" : "Émoji généré en fonction du texte saisi",
|
||||
"Optical character recognition" : "Reconnaissance optique de caractères",
|
||||
"Generate image" : "Générer une image",
|
||||
"Generate an image from a text prompt" : "Générer une image à partir d'un texte",
|
||||
"Prompt" : "Prompt",
|
||||
|
|
|
|||
|
|
@ -379,6 +379,7 @@ OC.L10N.register(
|
|||
"The text to generate an emoji for" : "An téacs le haghaidh emoji a ghiniúint",
|
||||
"Generated emoji" : "Emoji ginte",
|
||||
"The generated emoji based on the input text" : "An emoji ginte bunaithe ar an téacs ionchuir",
|
||||
"Optical character recognition" : "Aitheantas optúil carachtar",
|
||||
"Generate image" : "Gin íomhá",
|
||||
"Generate an image from a text prompt" : "Gin íomhá ó leid téacs",
|
||||
"Prompt" : "Leid",
|
||||
|
|
|
|||
|
|
@ -377,6 +377,7 @@
|
|||
"The text to generate an emoji for" : "An téacs le haghaidh emoji a ghiniúint",
|
||||
"Generated emoji" : "Emoji ginte",
|
||||
"The generated emoji based on the input text" : "An emoji ginte bunaithe ar an téacs ionchuir",
|
||||
"Optical character recognition" : "Aitheantas optúil carachtar",
|
||||
"Generate image" : "Gin íomhá",
|
||||
"Generate an image from a text prompt" : "Gin íomhá ó leid téacs",
|
||||
"Prompt" : "Leid",
|
||||
|
|
|
|||
|
|
@ -379,6 +379,7 @@ OC.L10N.register(
|
|||
"The text to generate an emoji for" : "O texto para xerar un «emoji»",
|
||||
"Generated emoji" : "«Emoji» xerado",
|
||||
"The generated emoji based on the input text" : "O «emoji» xerado en función do texto introducido",
|
||||
"Optical character recognition" : "Recoñecemento óptico de caracteres",
|
||||
"Generate image" : "Xerar imaxe",
|
||||
"Generate an image from a text prompt" : "Xerar unha imaxe a partir dunha indicación de texto",
|
||||
"Prompt" : "Indicación",
|
||||
|
|
|
|||
|
|
@ -377,6 +377,7 @@
|
|||
"The text to generate an emoji for" : "O texto para xerar un «emoji»",
|
||||
"Generated emoji" : "«Emoji» xerado",
|
||||
"The generated emoji based on the input text" : "O «emoji» xerado en función do texto introducido",
|
||||
"Optical character recognition" : "Recoñecemento óptico de caracteres",
|
||||
"Generate image" : "Xerar imaxe",
|
||||
"Generate an image from a text prompt" : "Xerar unha imaxe a partir dunha indicación de texto",
|
||||
"Prompt" : "Indicación",
|
||||
|
|
|
|||
|
|
@ -154,6 +154,7 @@ OC.L10N.register(
|
|||
"Storage is temporarily not available" : "האחסון אינו זמין כרגע",
|
||||
"Storage connection timeout. %s" : "פסק זמן חיבור אחסון. %s",
|
||||
"Images" : "תמונות",
|
||||
"Optical character recognition" : "זיהוי תווים אופטי",
|
||||
"Text" : "טקסט",
|
||||
"Summary" : "תקציר",
|
||||
"Translate" : "תרגום",
|
||||
|
|
|
|||
|
|
@ -152,6 +152,7 @@
|
|||
"Storage is temporarily not available" : "האחסון אינו זמין כרגע",
|
||||
"Storage connection timeout. %s" : "פסק זמן חיבור אחסון. %s",
|
||||
"Images" : "תמונות",
|
||||
"Optical character recognition" : "זיהוי תווים אופטי",
|
||||
"Text" : "טקסט",
|
||||
"Summary" : "תקציר",
|
||||
"Translate" : "תרגום",
|
||||
|
|
|
|||
|
|
@ -196,6 +196,7 @@ OC.L10N.register(
|
|||
"Storage is temporarily not available" : "Pohrana privremeno nije dostupna",
|
||||
"Storage connection timeout. %s" : "Istek veze pohrane. %s",
|
||||
"Images" : "Slike",
|
||||
"Optical character recognition" : "Optičko prepoznavanje znakova",
|
||||
"Text" : "Tekst",
|
||||
"Summary" : "Sažetak",
|
||||
"Translate" : "Prevedi",
|
||||
|
|
|
|||
|
|
@ -194,6 +194,7 @@
|
|||
"Storage is temporarily not available" : "Pohrana privremeno nije dostupna",
|
||||
"Storage connection timeout. %s" : "Istek veze pohrane. %s",
|
||||
"Images" : "Slike",
|
||||
"Optical character recognition" : "Optičko prepoznavanje znakova",
|
||||
"Text" : "Tekst",
|
||||
"Summary" : "Sažetak",
|
||||
"Translate" : "Prevedi",
|
||||
|
|
|
|||
|
|
@ -232,6 +232,7 @@ OC.L10N.register(
|
|||
"Images" : "Képek",
|
||||
"Question" : "Kérdés",
|
||||
"Confirmation" : "Megerősítés",
|
||||
"Optical character recognition" : "Optikai karakterfelismerés",
|
||||
"Prompt" : "Prompt",
|
||||
"Generates a possible headline for a text." : "Egy lehetséges címsort állít elő egy szöveghez.",
|
||||
"Text" : "Szöveg",
|
||||
|
|
|
|||
|
|
@ -230,6 +230,7 @@
|
|||
"Images" : "Képek",
|
||||
"Question" : "Kérdés",
|
||||
"Confirmation" : "Megerősítés",
|
||||
"Optical character recognition" : "Optikai karakterfelismerés",
|
||||
"Prompt" : "Prompt",
|
||||
"Generates a possible headline for a text." : "Egy lehetséges címsort állít elő egy szöveghez.",
|
||||
"Text" : "Szöveg",
|
||||
|
|
|
|||
|
|
@ -280,6 +280,7 @@ OC.L10N.register(
|
|||
"The transcribed text" : "Umritaði textinn",
|
||||
"Confirmation" : "Staðfesting",
|
||||
"Chat message" : "Spjallskilaboð",
|
||||
"Optical character recognition" : "Ljóslestur (OCR)",
|
||||
"Prompt" : "Kvaðning",
|
||||
"Number of images" : "Fjöldi mynda",
|
||||
"Chat" : "Spjall",
|
||||
|
|
|
|||
|
|
@ -278,6 +278,7 @@
|
|||
"The transcribed text" : "Umritaði textinn",
|
||||
"Confirmation" : "Staðfesting",
|
||||
"Chat message" : "Spjallskilaboð",
|
||||
"Optical character recognition" : "Ljóslestur (OCR)",
|
||||
"Prompt" : "Kvaðning",
|
||||
"Number of images" : "Fjöldi mynda",
|
||||
"Chat" : "Spjall",
|
||||
|
|
|
|||
|
|
@ -379,6 +379,7 @@ OC.L10N.register(
|
|||
"The text to generate an emoji for" : "Il testo per cui generare un'emoji",
|
||||
"Generated emoji" : "Emoji generata",
|
||||
"The generated emoji based on the input text" : "L'emoji generata in base al testo inserito",
|
||||
"Optical character recognition" : "Riconoscimento ottico dei caratteri",
|
||||
"Generate image" : "Genera immagine",
|
||||
"Generate an image from a text prompt" : "Genera un'immagine da un prompt di testo",
|
||||
"Prompt" : "Prompt",
|
||||
|
|
|
|||
|
|
@ -377,6 +377,7 @@
|
|||
"The text to generate an emoji for" : "Il testo per cui generare un'emoji",
|
||||
"Generated emoji" : "Emoji generata",
|
||||
"The generated emoji based on the input text" : "L'emoji generata in base al testo inserito",
|
||||
"Optical character recognition" : "Riconoscimento ottico dei caratteri",
|
||||
"Generate image" : "Genera immagine",
|
||||
"Generate an image from a text prompt" : "Genera un'immagine da un prompt di testo",
|
||||
"Prompt" : "Prompt",
|
||||
|
|
|
|||
|
|
@ -378,6 +378,7 @@ OC.L10N.register(
|
|||
"The text to generate an emoji for" : "絵文字を生成するテキスト",
|
||||
"Generated emoji" : "生成された絵文字",
|
||||
"The generated emoji based on the input text" : "入力テキストに基づいて生成された絵文字",
|
||||
"Optical character recognition" : "OCR",
|
||||
"Generate image" : "画像生成",
|
||||
"Generate an image from a text prompt" : "テキストプロンプトから画像を生成する",
|
||||
"Prompt" : "プロンプト",
|
||||
|
|
|
|||
|
|
@ -376,6 +376,7 @@
|
|||
"The text to generate an emoji for" : "絵文字を生成するテキスト",
|
||||
"Generated emoji" : "生成された絵文字",
|
||||
"The generated emoji based on the input text" : "入力テキストに基づいて生成された絵文字",
|
||||
"Optical character recognition" : "OCR",
|
||||
"Generate image" : "画像生成",
|
||||
"Generate an image from a text prompt" : "テキストプロンプトから画像を生成する",
|
||||
"Prompt" : "プロンプト",
|
||||
|
|
|
|||
|
|
@ -224,6 +224,7 @@ OC.L10N.register(
|
|||
"Storage connection timeout. %s" : "Storage connection timeout. %s",
|
||||
"Images" : "Images",
|
||||
"Question" : "Question",
|
||||
"Optical character recognition" : "Optical character recognition",
|
||||
"Chat" : "Chat",
|
||||
"Generates a possible headline for a text." : "Generates a possible headline for a text.",
|
||||
"Text" : "Text",
|
||||
|
|
|
|||
|
|
@ -222,6 +222,7 @@
|
|||
"Storage connection timeout. %s" : "Storage connection timeout. %s",
|
||||
"Images" : "Images",
|
||||
"Question" : "Question",
|
||||
"Optical character recognition" : "Optical character recognition",
|
||||
"Chat" : "Chat",
|
||||
"Generates a possible headline for a text." : "Generates a possible headline for a text.",
|
||||
"Text" : "Text",
|
||||
|
|
|
|||
|
|
@ -242,6 +242,7 @@ OC.L10N.register(
|
|||
"Source material" : "소스 자료",
|
||||
"The content that would like to be rewritten in the new writing style" : "새로운 쓰기 스타일로 다시 쓰고 싶은 내용",
|
||||
"Generated text" : "생성된 텍스트",
|
||||
"Optical character recognition" : "광학 문자 인식 (OCR)",
|
||||
"Generate image" : "이미지 생성",
|
||||
"Prompt" : "프롬프트",
|
||||
"Change Tone" : "톤을 변경",
|
||||
|
|
|
|||
|
|
@ -240,6 +240,7 @@
|
|||
"Source material" : "소스 자료",
|
||||
"The content that would like to be rewritten in the new writing style" : "새로운 쓰기 스타일로 다시 쓰고 싶은 내용",
|
||||
"Generated text" : "생성된 텍스트",
|
||||
"Optical character recognition" : "광학 문자 인식 (OCR)",
|
||||
"Generate image" : "이미지 생성",
|
||||
"Prompt" : "프롬프트",
|
||||
"Change Tone" : "톤을 변경",
|
||||
|
|
|
|||
|
|
@ -182,6 +182,7 @@ OC.L10N.register(
|
|||
"Storage connection timeout. %s" : "Sujungimo su saugykla laikas baigėsi. %s",
|
||||
"Images" : "Paveikslai",
|
||||
"Question" : "Klausimas",
|
||||
"Optical character recognition" : "Optinis ženklų atpažinimas",
|
||||
"Text" : "Tekstas",
|
||||
"Summary" : "Santrauka",
|
||||
"Translate" : "Verskite",
|
||||
|
|
|
|||
|
|
@ -180,6 +180,7 @@
|
|||
"Storage connection timeout. %s" : "Sujungimo su saugykla laikas baigėsi. %s",
|
||||
"Images" : "Paveikslai",
|
||||
"Question" : "Klausimas",
|
||||
"Optical character recognition" : "Optinis ženklų atpažinimas",
|
||||
"Text" : "Tekstas",
|
||||
"Summary" : "Santrauka",
|
||||
"Translate" : "Verskite",
|
||||
|
|
|
|||
|
|
@ -258,6 +258,7 @@ OC.L10N.register(
|
|||
"Images" : "Слики",
|
||||
"Question" : "Прашање",
|
||||
"Confirmation" : "Потврда",
|
||||
"Optical character recognition" : "Оптичко препознавање на карактери",
|
||||
"Text" : "Текст",
|
||||
"Summary" : "Резиме",
|
||||
"Translate" : "Преведи",
|
||||
|
|
|
|||
|
|
@ -256,6 +256,7 @@
|
|||
"Images" : "Слики",
|
||||
"Question" : "Прашање",
|
||||
"Confirmation" : "Потврда",
|
||||
"Optical character recognition" : "Оптичко препознавање на карактери",
|
||||
"Text" : "Текст",
|
||||
"Summary" : "Резиме",
|
||||
"Translate" : "Преведи",
|
||||
|
|
|
|||
|
|
@ -304,6 +304,7 @@ OC.L10N.register(
|
|||
"The text to generate an emoji for" : "Teksten for å generere en emoji for",
|
||||
"Generated emoji" : "Generert emoji",
|
||||
"The generated emoji based on the input text" : "Den genererte emojien basert på inndatateksten",
|
||||
"Optical character recognition" : "Optisk tegngjenkjenning",
|
||||
"Generate image" : "Generer bilde",
|
||||
"Generate an image from a text prompt" : "Generere et bilde fra en tekstledetekst",
|
||||
"Prompt" : "Spør",
|
||||
|
|
|
|||
|
|
@ -302,6 +302,7 @@
|
|||
"The text to generate an emoji for" : "Teksten for å generere en emoji for",
|
||||
"Generated emoji" : "Generert emoji",
|
||||
"The generated emoji based on the input text" : "Den genererte emojien basert på inndatateksten",
|
||||
"Optical character recognition" : "Optisk tegngjenkjenning",
|
||||
"Generate image" : "Generer bilde",
|
||||
"Generate an image from a text prompt" : "Generere et bilde fra en tekstledetekst",
|
||||
"Prompt" : "Spør",
|
||||
|
|
|
|||
|
|
@ -366,6 +366,7 @@ OC.L10N.register(
|
|||
"The text to generate an emoji for" : "De tekst om een emoji voor te maken",
|
||||
"Generated emoji" : "Gemaakte emoji",
|
||||
"The generated emoji based on the input text" : "De gemaakte emoji op basis van de opgegeven tekst",
|
||||
"Optical character recognition" : "Optische tekenherkening (OCR)",
|
||||
"Generate image" : "Gegegeneerde afbeelding",
|
||||
"Generate an image from a text prompt" : "Maak een afbeelding op basis van een tekstprompt",
|
||||
"Prompt" : "Prompt",
|
||||
|
|
|
|||
|
|
@ -364,6 +364,7 @@
|
|||
"The text to generate an emoji for" : "De tekst om een emoji voor te maken",
|
||||
"Generated emoji" : "Gemaakte emoji",
|
||||
"The generated emoji based on the input text" : "De gemaakte emoji op basis van de opgegeven tekst",
|
||||
"Optical character recognition" : "Optische tekenherkening (OCR)",
|
||||
"Generate image" : "Gegegeneerde afbeelding",
|
||||
"Generate an image from a text prompt" : "Maak een afbeelding op basis van een tekstprompt",
|
||||
"Prompt" : "Prompt",
|
||||
|
|
|
|||
|
|
@ -71,6 +71,7 @@ OC.L10N.register(
|
|||
"Storage is temporarily not available" : "Emmagazinatge temporàriament indisponible",
|
||||
"Images" : "Imatges",
|
||||
"Question" : "Question",
|
||||
"Optical character recognition" : "Reconeissença optica de caractèrs",
|
||||
"Chat" : "Messatjariá",
|
||||
"Text" : "Tèxt",
|
||||
"Translate" : "Tradurre",
|
||||
|
|
|
|||
|
|
@ -69,6 +69,7 @@
|
|||
"Storage is temporarily not available" : "Emmagazinatge temporàriament indisponible",
|
||||
"Images" : "Imatges",
|
||||
"Question" : "Question",
|
||||
"Optical character recognition" : "Reconeissença optica de caractèrs",
|
||||
"Chat" : "Messatjariá",
|
||||
"Text" : "Tèxt",
|
||||
"Translate" : "Tradurre",
|
||||
|
|
|
|||
|
|
@ -378,6 +378,7 @@ OC.L10N.register(
|
|||
"The text to generate an emoji for" : "Tekst, dla którego ma zostać wygenerowana emoji",
|
||||
"Generated emoji" : "Wygenerowane emoji",
|
||||
"The generated emoji based on the input text" : "Wygenerowana emoji na podstawie wprowadzonego tekstu",
|
||||
"Optical character recognition" : "Optyczne rozpoznawanie znaków",
|
||||
"Generate image" : "Generuj obraz",
|
||||
"Generate an image from a text prompt" : "Wygeneruj obraz z opisu tekstowego",
|
||||
"Prompt" : "Polecenie",
|
||||
|
|
|
|||
|
|
@ -376,6 +376,7 @@
|
|||
"The text to generate an emoji for" : "Tekst, dla którego ma zostać wygenerowana emoji",
|
||||
"Generated emoji" : "Wygenerowane emoji",
|
||||
"The generated emoji based on the input text" : "Wygenerowana emoji na podstawie wprowadzonego tekstu",
|
||||
"Optical character recognition" : "Optyczne rozpoznawanie znaków",
|
||||
"Generate image" : "Generuj obraz",
|
||||
"Generate an image from a text prompt" : "Wygeneruj obraz z opisu tekstowego",
|
||||
"Prompt" : "Polecenie",
|
||||
|
|
|
|||
|
|
@ -378,6 +378,7 @@ OC.L10N.register(
|
|||
"The text to generate an emoji for" : "O texto para o qual gerar um emoji",
|
||||
"Generated emoji" : "Emoji gerado",
|
||||
"The generated emoji based on the input text" : "O emoji gerado com base no texto de entrada",
|
||||
"Optical character recognition" : "Reconhecimento ótico de caracteres",
|
||||
"Generate image" : "Gerar imagem",
|
||||
"Generate an image from a text prompt" : "Gere uma imagem a partir de um prompt de texto",
|
||||
"Prompt" : "Prompt",
|
||||
|
|
|
|||
|
|
@ -376,6 +376,7 @@
|
|||
"The text to generate an emoji for" : "O texto para o qual gerar um emoji",
|
||||
"Generated emoji" : "Emoji gerado",
|
||||
"The generated emoji based on the input text" : "O emoji gerado com base no texto de entrada",
|
||||
"Optical character recognition" : "Reconhecimento ótico de caracteres",
|
||||
"Generate image" : "Gerar imagem",
|
||||
"Generate an image from a text prompt" : "Gere uma imagem a partir de um prompt de texto",
|
||||
"Prompt" : "Prompt",
|
||||
|
|
|
|||
|
|
@ -378,6 +378,7 @@ OC.L10N.register(
|
|||
"The text to generate an emoji for" : "Текст для создания эмодзи",
|
||||
"Generated emoji" : "Созданный эмодзи",
|
||||
"The generated emoji based on the input text" : "Эмодзи, созданный на основе введённого текста",
|
||||
"Optical character recognition" : "Оптическое распознавание символов",
|
||||
"Generate image" : "Генерировать изображение",
|
||||
"Generate an image from a text prompt" : "Создайте изображение из текстовой подсказки",
|
||||
"Prompt" : "Подсказка",
|
||||
|
|
|
|||
|
|
@ -376,6 +376,7 @@
|
|||
"The text to generate an emoji for" : "Текст для создания эмодзи",
|
||||
"Generated emoji" : "Созданный эмодзи",
|
||||
"The generated emoji based on the input text" : "Эмодзи, созданный на основе введённого текста",
|
||||
"Optical character recognition" : "Оптическое распознавание символов",
|
||||
"Generate image" : "Генерировать изображение",
|
||||
"Generate an image from a text prompt" : "Создайте изображение из текстовой подсказки",
|
||||
"Prompt" : "Подсказка",
|
||||
|
|
|
|||
|
|
@ -193,6 +193,7 @@ OC.L10N.register(
|
|||
"Storage is temporarily not available" : "S'archiviatzione no est disponìbile pro immoe.",
|
||||
"Storage connection timeout. %s" : "Tempus de connessione a s'archiviatzione iscadidu. %s",
|
||||
"Images" : "Immàgines",
|
||||
"Optical character recognition" : "Reconnoschimentu òticu de si caràteres",
|
||||
"Chat" : "Tzarrada",
|
||||
"Generate a headline" : "Gènera unu tìtulu",
|
||||
"Generates a possible headline for a text." : "Gènerat unu tìtulu possìbile pro unu testu.",
|
||||
|
|
|
|||
|
|
@ -191,6 +191,7 @@
|
|||
"Storage is temporarily not available" : "S'archiviatzione no est disponìbile pro immoe.",
|
||||
"Storage connection timeout. %s" : "Tempus de connessione a s'archiviatzione iscadidu. %s",
|
||||
"Images" : "Immàgines",
|
||||
"Optical character recognition" : "Reconnoschimentu òticu de si caràteres",
|
||||
"Chat" : "Tzarrada",
|
||||
"Generate a headline" : "Gènera unu tìtulu",
|
||||
"Generates a possible headline for a text." : "Gènerat unu tìtulu possìbile pro unu testu.",
|
||||
|
|
|
|||
|
|
@ -362,6 +362,7 @@ OC.L10N.register(
|
|||
"The text to generate an emoji for" : "Text pre ktorý vygeneruje emotikon",
|
||||
"Generated emoji" : "Vygenerované emotikony",
|
||||
"The generated emoji based on the input text" : "Vygenerovaný emotikon založený na vstupnom texte",
|
||||
"Optical character recognition" : "Optické rozpoznávanie znakov",
|
||||
"Generate image" : "Vygenerovať obrázok",
|
||||
"Generate an image from a text prompt" : "Vygenerovať obrázok na základe textového zadania",
|
||||
"Prompt" : "Zadanie",
|
||||
|
|
|
|||
|
|
@ -360,6 +360,7 @@
|
|||
"The text to generate an emoji for" : "Text pre ktorý vygeneruje emotikon",
|
||||
"Generated emoji" : "Vygenerované emotikony",
|
||||
"The generated emoji based on the input text" : "Vygenerovaný emotikon založený na vstupnom texte",
|
||||
"Optical character recognition" : "Optické rozpoznávanie znakov",
|
||||
"Generate image" : "Vygenerovať obrázok",
|
||||
"Generate an image from a text prompt" : "Vygenerovať obrázok na základe textového zadania",
|
||||
"Prompt" : "Zadanie",
|
||||
|
|
|
|||
|
|
@ -222,6 +222,7 @@ OC.L10N.register(
|
|||
"Question" : "Vprašanje",
|
||||
"Confirmation" : "Potrjevanje",
|
||||
"Writing style" : "Slog pisanja",
|
||||
"Optical character recognition" : "Optično prepoznavanje znakov",
|
||||
"Generate image" : "Ustvari sliko",
|
||||
"Text" : "Besedilo",
|
||||
"Summary" : "Povzetek",
|
||||
|
|
|
|||
|
|
@ -220,6 +220,7 @@
|
|||
"Question" : "Vprašanje",
|
||||
"Confirmation" : "Potrjevanje",
|
||||
"Writing style" : "Slog pisanja",
|
||||
"Optical character recognition" : "Optično prepoznavanje znakov",
|
||||
"Generate image" : "Ustvari sliko",
|
||||
"Text" : "Besedilo",
|
||||
"Summary" : "Povzetek",
|
||||
|
|
|
|||
|
|
@ -378,6 +378,7 @@ OC.L10N.register(
|
|||
"The text to generate an emoji for" : "Текст за који желите да се генерише емођи",
|
||||
"Generated emoji" : "Генерисани емођи",
|
||||
"The generated emoji based on the input text" : "Емођи генерисан на основу улазног текста",
|
||||
"Optical character recognition" : "Оптичко препознавање знакова",
|
||||
"Generate image" : "Генериши слику",
|
||||
"Generate an image from a text prompt" : "Генерише слику на основу унетог текста",
|
||||
"Prompt" : "Захтев за унос",
|
||||
|
|
|
|||
|
|
@ -376,6 +376,7 @@
|
|||
"The text to generate an emoji for" : "Текст за који желите да се генерише емођи",
|
||||
"Generated emoji" : "Генерисани емођи",
|
||||
"The generated emoji based on the input text" : "Емођи генерисан на основу улазног текста",
|
||||
"Optical character recognition" : "Оптичко препознавање знакова",
|
||||
"Generate image" : "Генериши слику",
|
||||
"Generate an image from a text prompt" : "Генерише слику на основу унетог текста",
|
||||
"Prompt" : "Захтев за унос",
|
||||
|
|
|
|||
|
|
@ -378,6 +378,7 @@ OC.L10N.register(
|
|||
"The text to generate an emoji for" : "Texten att generera en emoji för",
|
||||
"Generated emoji" : "Genererad emoji",
|
||||
"The generated emoji based on the input text" : "Den genererade emojin baserad på inmatningstexten",
|
||||
"Optical character recognition" : "Optisk teckenigenkänning",
|
||||
"Generate image" : "Skapa bild",
|
||||
"Generate an image from a text prompt" : "Skapa en bild från en textuppmaning",
|
||||
"Prompt" : "Uppmaning",
|
||||
|
|
|
|||
|
|
@ -376,6 +376,7 @@
|
|||
"The text to generate an emoji for" : "Texten att generera en emoji för",
|
||||
"Generated emoji" : "Genererad emoji",
|
||||
"The generated emoji based on the input text" : "Den genererade emojin baserad på inmatningstexten",
|
||||
"Optical character recognition" : "Optisk teckenigenkänning",
|
||||
"Generate image" : "Skapa bild",
|
||||
"Generate an image from a text prompt" : "Skapa en bild från en textuppmaning",
|
||||
"Prompt" : "Uppmaning",
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@ OC.L10N.register(
|
|||
"Transcribe audio" : "Transcribe audio",
|
||||
"Audio input" : "Audio input",
|
||||
"Confirmation" : "Uthibitisho",
|
||||
"Optical character recognition" : "Utambuzi wa herufi za macho",
|
||||
"Generate image" : "Generate image",
|
||||
"Prompt" : "Prompt",
|
||||
"Describe the image you want to generate" : "Describe the image you want to generate",
|
||||
|
|
|
|||
|
|
@ -89,6 +89,7 @@
|
|||
"Transcribe audio" : "Transcribe audio",
|
||||
"Audio input" : "Audio input",
|
||||
"Confirmation" : "Uthibitisho",
|
||||
"Optical character recognition" : "Utambuzi wa herufi za macho",
|
||||
"Generate image" : "Generate image",
|
||||
"Prompt" : "Prompt",
|
||||
"Describe the image you want to generate" : "Describe the image you want to generate",
|
||||
|
|
|
|||
|
|
@ -378,6 +378,7 @@ OC.L10N.register(
|
|||
"The text to generate an emoji for" : "Duygu ifadesi oluşturulacak yazı",
|
||||
"Generated emoji" : "Oluşturulan duygu ifadesi",
|
||||
"The generated emoji based on the input text" : "Giriş yazısına göre oluşturulan duygu ifadesi",
|
||||
"Optical character recognition" : "Optik karakter tanıma",
|
||||
"Generate image" : "Görsel oluştur",
|
||||
"Generate an image from a text prompt" : "Bir yazıdan bir duygu ifadesi oluştur",
|
||||
"Prompt" : "Soru",
|
||||
|
|
|
|||
|
|
@ -376,6 +376,7 @@
|
|||
"The text to generate an emoji for" : "Duygu ifadesi oluşturulacak yazı",
|
||||
"Generated emoji" : "Oluşturulan duygu ifadesi",
|
||||
"The generated emoji based on the input text" : "Giriş yazısına göre oluşturulan duygu ifadesi",
|
||||
"Optical character recognition" : "Optik karakter tanıma",
|
||||
"Generate image" : "Görsel oluştur",
|
||||
"Generate an image from a text prompt" : "Bir yazıdan bir duygu ifadesi oluştur",
|
||||
"Prompt" : "Soru",
|
||||
|
|
|
|||
|
|
@ -378,6 +378,7 @@ OC.L10N.register(
|
|||
"The text to generate an emoji for" : "ئۈچۈن emoji ھاسىل قىلىدىغان تېكىست",
|
||||
"Generated emoji" : "ھاسىل قىلىنغان emoji",
|
||||
"The generated emoji based on the input text" : "كىرگۈزۈلگەن تېكىستنى ئاساس قىلغان ھاسىل قىلىنغان emoji",
|
||||
"Optical character recognition" : "ئوپتىكىلىق خاراكتېر تونۇش",
|
||||
"Generate image" : "رەسىم ھاسىل قىلىش",
|
||||
"Generate an image from a text prompt" : "تېكىست ئەسكەرتمىسىدىن رەسىم ھاسىل قىلىڭ",
|
||||
"Prompt" : "تېز",
|
||||
|
|
|
|||
|
|
@ -376,6 +376,7 @@
|
|||
"The text to generate an emoji for" : "ئۈچۈن emoji ھاسىل قىلىدىغان تېكىست",
|
||||
"Generated emoji" : "ھاسىل قىلىنغان emoji",
|
||||
"The generated emoji based on the input text" : "كىرگۈزۈلگەن تېكىستنى ئاساس قىلغان ھاسىل قىلىنغان emoji",
|
||||
"Optical character recognition" : "ئوپتىكىلىق خاراكتېر تونۇش",
|
||||
"Generate image" : "رەسىم ھاسىل قىلىش",
|
||||
"Generate an image from a text prompt" : "تېكىست ئەسكەرتمىسىدىن رەسىم ھاسىل قىلىڭ",
|
||||
"Prompt" : "تېز",
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue