Plugin Directory

Changeset 2528930


Ignore:
Timestamp:
05/10/2021 09:05:13 AM (5 years ago)
Author:
floriansimeth
Message:

Update to 2.25.0

Location:
snip-structured-data
Files:
2 deleted
11 edited
37 copied

Legend:

Unmodified
Added
Removed
  • snip-structured-data/tags/2.25.0/classes/model/fields.php

    r2518948 r2528930  
    458458        $input_name = 'edit' === $screen ? $input_name . '[textfield]' : $input_name;
    459459
    460         $is_visible = false !== stripos( $args['selected'], 'textfield' );
     460        #$is_visible = false !== stripos( $args['selected'], 'textfield' );
    461461
    462462        printf(
    463463            '<textarea data-name="textfield" class="wpb-rs-schema-property-field-text wpb-rs-schema-property-field-text-%s regular-text %s" name="%s">%s</textarea>',
    464464            $html_id,
    465             $is_visible && ! $property->inherits_sub_schema() ? '' : 'wpb-rs-hidden',
     465            ! $property->inherits_sub_schema() ? '' : 'wpb-rs-hidden',
    466466            $input_name,
    467467            esc_textarea( $textvalue )
  • snip-structured-data/tags/2.25.0/classes/objects/rich-snippet.php

    r2438796 r2528930  
    413413            $new_props[ $k ]->overwritten            = false;
    414414
    415             if ( isset( $prop->value[0] ) && false !== stripos( $prop->value[0], '://schema.org' ) ) {
     415            if ( isset( $prop->value[0] ) && ( 4 === stripos( $prop->value[0], '://schema.org' ) || 5 === stripos( $prop->value[0], '://schema.org' ) ) ) {
    416416                # don't fill the value if this is a sub-schema
    417417                $value = '';
  • snip-structured-data/tags/2.25.0/languages/rich-snippets-schema-de_DE.po

    r2494037 r2528930  
    22msgstr ""
    33"Project-Id-Version: snip - The Rich Snippets & Structured Data Plugin\n"
    4 "POT-Creation-Date: 2021-03-11 18:36+0100\n"
    5 "PO-Revision-Date: 2021-03-11 18:38+0100\n"
     4"POT-Creation-Date: 2021-05-10 10:43+0200\n"
     5"PO-Revision-Date: 2021-05-10 10:44+0200\n"
    66"Last-Translator: \n"
    77"Language-Team: \n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "X-Generator: Poedit 2.4.2\n"
     12"X-Generator: Poedit 2.4.3\n"
    1313"X-Poedit-Basepath: ..\n"
    1414"Plural-Forms: nplurals=2; plural=(n != 1);\n"
     
    696696msgstr "Sorry, die Suche lieferte nichts zurück."
    697697
    698 #: classes/controller/rest.php:1374
     698#: classes/controller/rest.php:1379
    699699msgid "An array is needed."
    700700msgstr "Ein Array ist nötig."
    701701
    702 #: classes/controller/rest.php:1381
     702#: classes/controller/rest.php:1386
    703703msgid "An array with a key \"schemas\" is needed."
    704704msgstr "Ein Array mit dem Schlüssel „schemas“ wird benötigt."
    705705
    706 #: classes/controller/rest.php:1452 classes/controller/rest.php:1560
     706#: classes/controller/rest.php:1457 classes/controller/rest.php:1565
    707707msgid "An error occurred during the update."
    708708msgstr "Während des Update-Vorgangs trat ein Fehler auf."
    709709
    710 #: classes/controller/rest.php:1478
     710#: classes/controller/rest.php:1483
    711711msgid "An array with a \"ruleGroups\" key is needed."
    712712msgstr "Ein Array mit dem Schlüssel „ruleGroups“ ist nötig."
    713713
    714 #: classes/controller/rest.php:1679
     714#: classes/controller/rest.php:1684
    715715msgid ""
    716716"The WP-Buddy API returned an error while SNIP was searching for examples."
     
    719719"Beispielen zu suchen."
    720720
    721 #: classes/controller/rest.php:1686
     721#: classes/controller/rest.php:1691
    722722msgid "The WP-Buddy API did not return any Term-IDs to request for examples."
    723723msgstr ""
     
    725725"suchen."
    726726
    727 #: classes/controller/rest.php:1705
     727#: classes/controller/rest.php:1710
    728728msgctxt "rich-snippets-schema"
    729729msgid "Either type or ids must be entered."
    730730msgstr "Entweder „type“ oder „ids“ muss eingegeben werden."
    731731
    732 #: classes/controller/rest.php:1716 classes/controller/rest.php:1893
     732#: classes/controller/rest.php:1721 classes/controller/rest.php:1898
    733733msgctxt "Thrown error on rest api when there were no snip examples found."
    734734msgid "The WP-Buddy API did not return any SNIPs."
    735735msgstr "Die WP-Buddy API gab keine SNIPs zurück."
    736736
    737 #: classes/controller/rest.php:1827
     737#: classes/controller/rest.php:1832
    738738#, php-format
    739739msgctxt ""
     
    743743msgstr "%1$s (%2$s, %3$d)"
    744744
    745 #: classes/controller/rest.php:1833
     745#: classes/controller/rest.php:1838
    746746msgid "(No post title)"
    747747msgstr "(Kein Posttitel)"
    748748
    749 #: classes/controller/rest.php:1958
     749#: classes/controller/rest.php:1963
    750750#, php-format
    751751msgid "Could not create global snippet during SNIP import. Got error: %s"
     
    754754"Die Fehlermeldung lautet: %s"
    755755
    756 #: classes/controller/rest.php:1978
     756#: classes/controller/rest.php:1983
    757757msgid "Could not decode SNIP. No Global Snippet was created."
    758758msgstr ""
    759759"Ein SNIP konnte nicht dekodiert werden. Kein Globales Snippet wurde erstellt."
    760760
    761 #: classes/controller/rest.php:2022
     761#: classes/controller/rest.php:2027
    762762#, php-format
    763763msgid "Created Global Snippet \"%s\"."
    764764msgstr "Global Snippet „%s“ erstellt."
    765765
    766 #: classes/controller/rest.php:2027
     766#: classes/controller/rest.php:2032
    767767#, php-format
    768768msgid "Updated Global Snippet \"%s\"."
    769769msgstr "Global Snippet „%s“ aktualisiert."
    770770
    771 #: classes/controller/rest.php:2035
     771#: classes/controller/rest.php:2040
    772772msgid "Some snippets were installed because they are dependent on others."
    773773msgstr ""
     
    884884msgstr "Kategorie-URL"
    885885
    886 #: classes/model/fields.php:649
     886#: classes/model/fields.php:655
    887887msgctxt "Link to a custom ID on a page."
    888888msgid "Custom ID"
    889889msgstr "Individuelle ID"
    890890
    891 #: classes/model/fields.php:867
     891#: classes/model/fields.php:873
    892892msgctxt "subselect field"
    893893msgid "Post meta field (Pro version only)"
    894894msgstr "Postmeta-Feld (Nur Pro Version)"
    895895
    896 #: classes/model/fields.php:868 pro/classes/model/fields.php:53
     896#: classes/model/fields.php:874 pro/classes/model/fields.php:53
    897897msgid "Enter the name of the text meta field."
    898898msgstr "Gib einen Namen für das Meta-Feld ein."
    899899
    900 #: classes/model/fields.php:874
     900#: classes/model/fields.php:880
     901msgctxt "subselect field"
     902msgid "ACF field (Pro version only)"
     903msgstr "ACF-Feld (Nur Pro Version)"
     904
     905#: classes/model/fields.php:881
     906msgid "Enter the name of the ACF field."
     907msgstr "Gib den Namen für das ACF-Feld ein."
     908
     909#: classes/model/fields.php:887
    901910msgctxt "subselect field"
    902911msgid "Term meta field (Pro version only)"
    903912msgstr "Term-Meta-Feld (nur Pro Version)"
    904913
    905 #: classes/model/fields.php:875 pro/classes/model/fields.php:59
     914#: classes/model/fields.php:888 pro/classes/model/fields.php:59
    906915msgid "Enter the name of the term meta field."
    907916msgstr "Gib einen Namen für das Term-Meta-Feld ein."
    908917
    909 #: classes/model/fields.php:881
     918#: classes/model/fields.php:894
    910919msgctxt "subselect field"
    911920msgid "Option (Pro version only)"
    912921msgstr "Option (Nur Pro Version)"
    913922
    914 #: classes/model/fields.php:882 pro/classes/model/fields.php:65
     923#: classes/model/fields.php:895 pro/classes/model/fields.php:65
    915924msgid "Enter the name of the option from the WordPress options database table."
    916925msgstr ""
    917926"Gib den Namen für eine Option in der WordPress-Options-Datanbanktabelle ein."
    918927
    919 #: classes/model/fields.php:916
     928#: classes/model/fields.php:929
    920929msgctxt "subselect field"
    921930msgid "Sequential Number (Pro version only)"
    922931msgstr "Fortlaufende Nummer (Nur Pro Version)"
    923932
    924 #: classes/model/fields.php:917 pro/classes/model/fields.php:95
     933#: classes/model/fields.php:930 pro/classes/model/fields.php:95
    925934msgid "Enter a name for the counter."
    926935msgstr "Gib einen Namen für den Zähler ein."
    927936
    928 #: classes/model/fields.php:926
     937#: classes/model/fields.php:939
    929938msgctxt "subselect field"
    930939msgid "Term title (Pro version only)"
    931940msgstr "Term-Titel (nur Pro Version)"
    932941
    933 #: classes/model/fields.php:931
     942#: classes/model/fields.php:944
    934943msgctxt "subselect field"
    935944msgid "Post content (Pro version only)"
    936945msgstr "Beitragsinhalt (Nur Pro Version)"
    937946
    938 #: classes/model/fields.php:936 classes/model/fields.php:950
    939 #: classes/model/fields.php:966
     947#: classes/model/fields.php:949 classes/model/fields.php:963
     948#: classes/model/fields.php:979
    940949msgctxt "subselect field"
    941950msgid "Term description  (Pro version only)"
    942951msgstr "Termbeschreibung (nur Pro Version)"
    943952
    944 #: classes/model/fields.php:975
     953#: classes/model/fields.php:988
    945954msgctxt "subselect field"
    946955msgid "Search URL (with {search_term_string} placeholder, Pro version only)"
    947956msgstr "Such-URL (mit {search_term_string} Platzhalter, Nur Pro Version)"
    948957
    949 #: classes/model/fields.php:980
     958#: classes/model/fields.php:993
    950959msgctxt "subselect field"
    951960msgid "Search URL (Pro version only)"
    952961msgstr "Such-URL (Nur Pro Version)"
    953962
    954 #: classes/model/fields.php:985
     963#: classes/model/fields.php:998
    955964msgctxt "subselect field"
    956965msgid "Term URL (Pro version only)"
    957966msgstr "Term URL (nur Pro Version)"
    958967
    959 #: classes/model/fields.php:990
     968#: classes/model/fields.php:1003
    960969msgctxt "subselect field"
    961970msgid "Term description (Pro version only)"
    962971msgstr "Termbeschreibung (nur Pro Version)"
    963972
    964 #: classes/model/fields.php:1022
     973#: classes/model/fields.php:1035
    965974#, php-format
    966975msgid "Comma separated list of %s (Pro version only)"
     
    10691078msgstr "Die WP-Buddy API gab keine Schema-Nachkommen zurück."
    10701079
    1071 #: classes/model/schemas.php:312
     1080#: classes/model/schemas.php:316
    10721081msgctxt ""
    10731082"Thrown error on rest api when there was no list of type descendants found."
     
    21292138"(englisch)."
    21302139
    2131 #: pro/classes/controller/rest.php:74
     2140#: pro/classes/controller/rest.php:77
    21322141msgid "Schemas saved on a post."
    21332142msgstr "Schemas, die zu einem Artikel gespeichert wurden."
    21342143
    2135 #: pro/classes/controller/rest.php:87
     2144#: pro/classes/controller/rest.php:90
    21362145msgid "The position of the schema."
    21372146msgstr "Position eines Schemas."
    21382147
    2139 #: pro/classes/controller/rest.php:344
     2148#: pro/classes/controller/rest.php:347
    21402149msgid "Could not find snippets on this post."
    21412150msgstr "Es konnten keine Snippets zu diesem Post gefunden werden."
    21422151
    2143 #: pro/classes/controller/rest.php:598
     2152#: pro/classes/controller/rest.php:599
    21442153msgid "Missing field \"snippets\"."
    21452154msgstr "Feld „snippets“ fehlt."
    21462155
    2147 #: pro/classes/controller/rest.php:605
     2156#: pro/classes/controller/rest.php:606
    21482157msgid "Field \"snippets\" should be an array of values."
    21492158msgstr "Feld „snippets“ sollte ein Array sein und Werte enthalten."
     
    21552164"Es sieht so aus als ob der Update-Server momentan nicht erreichbar wäre. "
    21562165"Bitte bleib dran."
     2166
     2167#: pro/classes/model/acf.php:36
     2168msgctxt "subselect field"
     2169msgid "ACF Field"
     2170msgstr ""
     2171
     2172#: pro/classes/model/acf.php:293
     2173#, php-format
     2174msgid "ACF Repeater: %s (from \"%s\" field group)"
     2175msgstr "ACF Wiederholung: %s (aus der „%s“ Feldgruppe)"
    21572176
    21582177#: pro/classes/model/cron.php:91
  • snip-structured-data/tags/2.25.0/languages/rich-snippets-schema-en_US.po

    r2494037 r2528930  
    22msgstr ""
    33"Project-Id-Version: snip - The Rich Snippets & Structured Data Plugin\n"
    4 "POT-Creation-Date: 2021-03-11 18:38+0100\n"
    5 "PO-Revision-Date: 2021-03-11 18:38+0100\n"
     4"POT-Creation-Date: 2021-05-10 10:43+0200\n"
     5"PO-Revision-Date: 2021-05-10 10:43+0200\n"
    66"Last-Translator: \n"
    77"Language-Team: \n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "X-Generator: Poedit 2.4.2\n"
     12"X-Generator: Poedit 2.4.3\n"
    1313"X-Poedit-Basepath: ..\n"
    1414"Plural-Forms: nplurals=2; plural=(n != 1);\n"
     
    640640msgstr ""
    641641
    642 #: classes/controller/rest.php:1374
     642#: classes/controller/rest.php:1379
    643643msgid "An array is needed."
    644644msgstr ""
    645645
    646 #: classes/controller/rest.php:1381
     646#: classes/controller/rest.php:1386
    647647msgid "An array with a key \"schemas\" is needed."
    648648msgstr ""
    649649
    650 #: classes/controller/rest.php:1452 classes/controller/rest.php:1560
     650#: classes/controller/rest.php:1457 classes/controller/rest.php:1565
    651651msgid "An error occurred during the update."
    652652msgstr ""
    653653
    654 #: classes/controller/rest.php:1478
     654#: classes/controller/rest.php:1483
    655655msgid "An array with a \"ruleGroups\" key is needed."
    656656msgstr ""
    657657
    658 #: classes/controller/rest.php:1679
     658#: classes/controller/rest.php:1684
    659659msgid ""
    660660"The WP-Buddy API returned an error while SNIP was searching for examples."
    661661msgstr ""
    662662
    663 #: classes/controller/rest.php:1686
     663#: classes/controller/rest.php:1691
    664664msgid "The WP-Buddy API did not return any Term-IDs to request for examples."
    665665msgstr ""
    666666
    667 #: classes/controller/rest.php:1705
     667#: classes/controller/rest.php:1710
    668668msgctxt "rich-snippets-schema"
    669669msgid "Either type or ids must be entered."
    670670msgstr ""
    671671
    672 #: classes/controller/rest.php:1716 classes/controller/rest.php:1893
     672#: classes/controller/rest.php:1721 classes/controller/rest.php:1898
    673673msgctxt "Thrown error on rest api when there were no snip examples found."
    674674msgid "The WP-Buddy API did not return any SNIPs."
    675675msgstr ""
    676676
    677 #: classes/controller/rest.php:1827
     677#: classes/controller/rest.php:1832
    678678#, php-format
    679679msgctxt ""
     
    683683msgstr ""
    684684
    685 #: classes/controller/rest.php:1833
     685#: classes/controller/rest.php:1838
    686686msgid "(No post title)"
    687687msgstr ""
    688688
    689 #: classes/controller/rest.php:1958
     689#: classes/controller/rest.php:1963
    690690#, php-format
    691691msgid "Could not create global snippet during SNIP import. Got error: %s"
    692692msgstr ""
    693693
    694 #: classes/controller/rest.php:1978
     694#: classes/controller/rest.php:1983
    695695msgid "Could not decode SNIP. No Global Snippet was created."
    696696msgstr ""
    697697
    698 #: classes/controller/rest.php:2022
     698#: classes/controller/rest.php:2027
    699699#, php-format
    700700msgid "Created Global Snippet \"%s\"."
    701701msgstr ""
    702702
    703 #: classes/controller/rest.php:2027
     703#: classes/controller/rest.php:2032
    704704#, php-format
    705705msgid "Updated Global Snippet \"%s\"."
    706706msgstr ""
    707707
    708 #: classes/controller/rest.php:2035
     708#: classes/controller/rest.php:2040
    709709msgid "Some snippets were installed because they are dependent on others."
    710710msgstr ""
     
    819819msgstr ""
    820820
    821 #: classes/model/fields.php:649
     821#: classes/model/fields.php:655
    822822msgctxt "Link to a custom ID on a page."
    823823msgid "Custom ID"
    824824msgstr ""
    825825
    826 #: classes/model/fields.php:867
     826#: classes/model/fields.php:873
    827827msgctxt "subselect field"
    828828msgid "Post meta field (Pro version only)"
    829829msgstr ""
    830830
    831 #: classes/model/fields.php:868 pro/classes/model/fields.php:53
     831#: classes/model/fields.php:874 pro/classes/model/fields.php:53
    832832msgid "Enter the name of the text meta field."
    833833msgstr ""
    834834
    835 #: classes/model/fields.php:874
     835#: classes/model/fields.php:880
     836msgctxt "subselect field"
     837msgid "ACF field (Pro version only)"
     838msgstr ""
     839
     840#: classes/model/fields.php:881
     841msgid "Enter the name of the ACF field."
     842msgstr ""
     843
     844#: classes/model/fields.php:887
    836845msgctxt "subselect field"
    837846msgid "Term meta field (Pro version only)"
    838847msgstr ""
    839848
    840 #: classes/model/fields.php:875 pro/classes/model/fields.php:59
     849#: classes/model/fields.php:888 pro/classes/model/fields.php:59
    841850msgid "Enter the name of the term meta field."
    842851msgstr ""
    843852
    844 #: classes/model/fields.php:881
     853#: classes/model/fields.php:894
    845854msgctxt "subselect field"
    846855msgid "Option (Pro version only)"
    847856msgstr ""
    848857
    849 #: classes/model/fields.php:882 pro/classes/model/fields.php:65
     858#: classes/model/fields.php:895 pro/classes/model/fields.php:65
    850859msgid "Enter the name of the option from the WordPress options database table."
    851860msgstr ""
    852861
    853 #: classes/model/fields.php:916
     862#: classes/model/fields.php:929
    854863msgctxt "subselect field"
    855864msgid "Sequential Number (Pro version only)"
    856865msgstr ""
    857866
    858 #: classes/model/fields.php:917 pro/classes/model/fields.php:95
     867#: classes/model/fields.php:930 pro/classes/model/fields.php:95
    859868msgid "Enter a name for the counter."
    860869msgstr ""
    861870
    862 #: classes/model/fields.php:926
     871#: classes/model/fields.php:939
    863872msgctxt "subselect field"
    864873msgid "Term title (Pro version only)"
    865874msgstr ""
    866875
    867 #: classes/model/fields.php:931
     876#: classes/model/fields.php:944
    868877msgctxt "subselect field"
    869878msgid "Post content (Pro version only)"
    870879msgstr ""
    871880
    872 #: classes/model/fields.php:936 classes/model/fields.php:950
    873 #: classes/model/fields.php:966
     881#: classes/model/fields.php:949 classes/model/fields.php:963
     882#: classes/model/fields.php:979
    874883msgctxt "subselect field"
    875884msgid "Term description  (Pro version only)"
    876885msgstr ""
    877886
    878 #: classes/model/fields.php:975
     887#: classes/model/fields.php:988
    879888msgctxt "subselect field"
    880889msgid "Search URL (with {search_term_string} placeholder, Pro version only)"
    881890msgstr ""
    882891
    883 #: classes/model/fields.php:980
     892#: classes/model/fields.php:993
    884893msgctxt "subselect field"
    885894msgid "Search URL (Pro version only)"
    886895msgstr ""
    887896
    888 #: classes/model/fields.php:985
     897#: classes/model/fields.php:998
    889898msgctxt "subselect field"
    890899msgid "Term URL (Pro version only)"
    891900msgstr ""
    892901
    893 #: classes/model/fields.php:990
     902#: classes/model/fields.php:1003
    894903msgctxt "subselect field"
    895904msgid "Term description (Pro version only)"
    896905msgstr ""
    897906
    898 #: classes/model/fields.php:1022
     907#: classes/model/fields.php:1035
    899908#, php-format
    900909msgid "Comma separated list of %s (Pro version only)"
     
    10031012msgstr ""
    10041013
    1005 #: classes/model/schemas.php:312
     1014#: classes/model/schemas.php:316
    10061015msgctxt ""
    10071016"Thrown error on rest api when there was no list of type descendants found."
     
    19291938msgstr ""
    19301939
    1931 #: pro/classes/controller/rest.php:74
     1940#: pro/classes/controller/rest.php:77
    19321941msgid "Schemas saved on a post."
    19331942msgstr ""
    19341943
    1935 #: pro/classes/controller/rest.php:87
     1944#: pro/classes/controller/rest.php:90
    19361945msgid "The position of the schema."
    19371946msgstr ""
    19381947
    1939 #: pro/classes/controller/rest.php:344
     1948#: pro/classes/controller/rest.php:347
    19401949msgid "Could not find snippets on this post."
    19411950msgstr ""
    19421951
    1943 #: pro/classes/controller/rest.php:598
     1952#: pro/classes/controller/rest.php:599
    19441953msgid "Missing field \"snippets\"."
    19451954msgstr ""
    19461955
    1947 #: pro/classes/controller/rest.php:605
     1956#: pro/classes/controller/rest.php:606
    19481957msgid "Field \"snippets\" should be an array of values."
    19491958msgstr ""
     
    19521961msgid ""
    19531962"It seems the update server is not reachable at the moment. Please stay tuned."
     1963msgstr ""
     1964
     1965#: pro/classes/model/acf.php:36
     1966msgctxt "subselect field"
     1967msgid "ACF Field"
     1968msgstr ""
     1969
     1970#: pro/classes/model/acf.php:293
     1971#, php-format
     1972msgid "ACF Repeater: %s (from \"%s\" field group)"
    19541973msgstr ""
    19551974
  • snip-structured-data/tags/2.25.0/languages/rich-snippets-schema-fa_IR.po

    r2494037 r2528930  
    22msgstr ""
    33"Project-Id-Version: snip - The Rich Snippets & Structured Data Plugin\n"
    4 "POT-Creation-Date: 2021-03-11 18:38+0100\n"
    5 "PO-Revision-Date: 2021-03-11 18:38+0100\n"
     4"POT-Creation-Date: 2021-05-10 10:43+0200\n"
     5"PO-Revision-Date: 2021-05-10 10:43+0200\n"
    66"Last-Translator: \n"
    77"Language-Team: CGTeam <cgteam@ymail.com>\n"
     
    694694msgstr "متاسفیم، هیچی برای جستجوی شما یافت نشد."
    695695
    696 #: classes/controller/rest.php:1374
     696#: classes/controller/rest.php:1379
    697697msgid "An array is needed."
    698698msgstr ""
    699699
    700 #: classes/controller/rest.php:1381
     700#: classes/controller/rest.php:1386
    701701msgid "An array with a key \"schemas\" is needed."
    702702msgstr ""
    703703
    704 #: classes/controller/rest.php:1452 classes/controller/rest.php:1560
     704#: classes/controller/rest.php:1457 classes/controller/rest.php:1565
    705705#, fuzzy
    706706#| msgid "An unknown error occurred during an API request."
     
    708708msgstr "خطای ناشناخته هنگام درخواست API روی داده است."
    709709
    710 #: classes/controller/rest.php:1478
     710#: classes/controller/rest.php:1483
    711711msgid "An array with a \"ruleGroups\" key is needed."
    712712msgstr ""
    713713
    714 #: classes/controller/rest.php:1679
     714#: classes/controller/rest.php:1684
    715715msgid ""
    716716"The WP-Buddy API returned an error while SNIP was searching for examples."
    717717msgstr ""
    718718
    719 #: classes/controller/rest.php:1686
     719#: classes/controller/rest.php:1691
    720720#, fuzzy
    721721#| msgctxt "Thrown error on rest api when there was no list of classes found."
     
    724724msgstr "این WP-Buddy API هیچ نوعی از schema بر نمیگرداند."
    725725
    726 #: classes/controller/rest.php:1705
     726#: classes/controller/rest.php:1710
    727727msgctxt "rich-snippets-schema"
    728728msgid "Either type or ids must be entered."
    729729msgstr ""
    730730
    731 #: classes/controller/rest.php:1716 classes/controller/rest.php:1893
     731#: classes/controller/rest.php:1721 classes/controller/rest.php:1898
    732732#, fuzzy
    733733#| msgctxt ""
     
    738738msgstr "این WP-Buddy API هیچ ویژگی بر نمیگرداند."
    739739
    740 #: classes/controller/rest.php:1827
     740#: classes/controller/rest.php:1832
    741741#, php-format
    742742msgctxt ""
     
    746746msgstr "%1$s (%2$s, %3$d)"
    747747
    748 #: classes/controller/rest.php:1833
     748#: classes/controller/rest.php:1838
    749749msgid "(No post title)"
    750750msgstr "(بدون عنوان نوشته)"
    751751
    752 #: classes/controller/rest.php:1958
     752#: classes/controller/rest.php:1963
    753753#, php-format
    754754msgid "Could not create global snippet during SNIP import. Got error: %s"
    755755msgstr ""
    756756
    757 #: classes/controller/rest.php:1978
     757#: classes/controller/rest.php:1983
    758758msgid "Could not decode SNIP. No Global Snippet was created."
    759759msgstr ""
    760760
    761 #: classes/controller/rest.php:2022
     761#: classes/controller/rest.php:2027
    762762#, fuzzy, php-format
    763763#| msgid "Create New Global Snippet"
     
    765765msgstr "ایجاد اسنیپت کلی جدید"
    766766
    767 #: classes/controller/rest.php:2027
     767#: classes/controller/rest.php:2032
    768768#, fuzzy, php-format
    769769#| msgid "Global Snippets"
     
    771771msgstr "اسنیپت‌های کلی"
    772772
    773 #: classes/controller/rest.php:2035
     773#: classes/controller/rest.php:2040
    774774msgid "Some snippets were installed because they are dependent on others."
    775775msgstr ""
     
    887887msgstr "آدرس اینترنتی دسته"
    888888
    889 #: classes/model/fields.php:649
     889#: classes/model/fields.php:655
    890890msgctxt "Link to a custom ID on a page."
    891891msgid "Custom ID"
    892892msgstr "شناسه سفارشی"
    893893
    894 #: classes/model/fields.php:867
     894#: classes/model/fields.php:873
    895895#, fuzzy
    896896#| msgctxt "subselect field"
     
    900900msgstr "فیلد متای نوشته"
    901901
    902 #: classes/model/fields.php:868 pro/classes/model/fields.php:53
     902#: classes/model/fields.php:874 pro/classes/model/fields.php:53
    903903msgid "Enter the name of the text meta field."
    904904msgstr ""
    905905
    906 #: classes/model/fields.php:874
     906#: classes/model/fields.php:880
    907907#, fuzzy
    908908#| msgctxt "subselect field"
    909909#| msgid "Post meta field"
    910910msgctxt "subselect field"
     911msgid "ACF field (Pro version only)"
     912msgstr "فیلد متای نوشته"
     913
     914#: classes/model/fields.php:881
     915msgid "Enter the name of the ACF field."
     916msgstr ""
     917
     918#: classes/model/fields.php:887
     919#, fuzzy
     920#| msgctxt "subselect field"
     921#| msgid "Post meta field"
     922msgctxt "subselect field"
    911923msgid "Term meta field (Pro version only)"
    912924msgstr "فیلد متای نوشته"
    913925
    914 #: classes/model/fields.php:875 pro/classes/model/fields.php:59
     926#: classes/model/fields.php:888 pro/classes/model/fields.php:59
    915927msgid "Enter the name of the term meta field."
    916928msgstr ""
    917929
    918 #: classes/model/fields.php:881
     930#: classes/model/fields.php:894
    919931msgctxt "subselect field"
    920932msgid "Option (Pro version only)"
    921933msgstr ""
    922934
    923 #: classes/model/fields.php:882 pro/classes/model/fields.php:65
     935#: classes/model/fields.php:895 pro/classes/model/fields.php:65
    924936msgid "Enter the name of the option from the WordPress options database table."
    925937msgstr ""
    926938
    927 #: classes/model/fields.php:916
     939#: classes/model/fields.php:929
    928940#, fuzzy
    929941#| msgctxt "subselect field"
     
    933945msgstr "عدد متوالی"
    934946
    935 #: classes/model/fields.php:917 pro/classes/model/fields.php:95
     947#: classes/model/fields.php:930 pro/classes/model/fields.php:95
    936948msgid "Enter a name for the counter."
    937949msgstr ""
    938950
    939 #: classes/model/fields.php:926
     951#: classes/model/fields.php:939
    940952#, fuzzy
    941953#| msgctxt "subselect field"
     
    945957msgstr "عنوان شرط ( فقط حلقه)"
    946958
    947 #: classes/model/fields.php:931
     959#: classes/model/fields.php:944
    948960msgctxt "subselect field"
    949961msgid "Post content (Pro version only)"
    950962msgstr ""
    951963
    952 #: classes/model/fields.php:936 classes/model/fields.php:950
    953 #: classes/model/fields.php:966
     964#: classes/model/fields.php:949 classes/model/fields.php:963
     965#: classes/model/fields.php:979
    954966msgctxt "subselect field"
    955967msgid "Term description  (Pro version only)"
    956968msgstr ""
    957969
    958 #: classes/model/fields.php:975
     970#: classes/model/fields.php:988
    959971#, fuzzy
    960972#| msgctxt "subselect field"
     
    964976msgstr "آدرس جستجو (با جانگهدار  {search_term_string} )"
    965977
    966 #: classes/model/fields.php:980
     978#: classes/model/fields.php:993
    967979msgctxt "subselect field"
    968980msgid "Search URL (Pro version only)"
    969981msgstr ""
    970982
    971 #: classes/model/fields.php:985
     983#: classes/model/fields.php:998
    972984#, fuzzy
    973985#| msgctxt "subselect field"
     
    977989msgstr "آدرس شرط (فقط حلقه)"
    978990
    979 #: classes/model/fields.php:990
     991#: classes/model/fields.php:1003
    980992msgctxt "subselect field"
    981993msgid "Term description (Pro version only)"
    982994msgstr ""
    983995
    984 #: classes/model/fields.php:1022
     996#: classes/model/fields.php:1035
    985997#, fuzzy, php-format
    986998#| msgid "Property list for %s"
     
    11021114msgstr "این WP-Buddy API هیچ فرزندی بر نمیگرداند."
    11031115
    1104 #: classes/model/schemas.php:312
     1116#: classes/model/schemas.php:316
    11051117msgctxt ""
    11061118"Thrown error on rest api when there was no list of type descendants found."
     
    21562168"آموزش ساختار داده</a>."
    21572169
    2158 #: pro/classes/controller/rest.php:74
     2170#: pro/classes/controller/rest.php:77
    21592171msgid "Schemas saved on a post."
    21602172msgstr ""
    21612173
    2162 #: pro/classes/controller/rest.php:87
     2174#: pro/classes/controller/rest.php:90
    21632175msgid "The position of the schema."
    21642176msgstr ""
    21652177
    2166 #: pro/classes/controller/rest.php:344
     2178#: pro/classes/controller/rest.php:347
    21672179msgid "Could not find snippets on this post."
    21682180msgstr "نمی توان اسنیپت را برای این نوشته یافت."
    21692181
    2170 #: pro/classes/controller/rest.php:598
     2182#: pro/classes/controller/rest.php:599
    21712183msgid "Missing field \"snippets\"."
    21722184msgstr ""
    21732185
    2174 #: pro/classes/controller/rest.php:605
     2186#: pro/classes/controller/rest.php:606
    21752187msgid "Field \"snippets\" should be an array of values."
    21762188msgstr ""
     
    21802192"It seems the update server is not reachable at the moment. Please stay tuned."
    21812193msgstr "بنظر میرسد بروزرسانی سرور درحال حاضر امکان پذیر نیست. لطفا پیگیری کنید."
     2194
     2195#: pro/classes/model/acf.php:36
     2196msgctxt "subselect field"
     2197msgid "ACF Field"
     2198msgstr ""
     2199
     2200#: pro/classes/model/acf.php:293
     2201#, php-format
     2202msgid "ACF Repeater: %s (from \"%s\" field group)"
     2203msgstr ""
    21822204
    21832205#: pro/classes/model/cron.php:91
  • snip-structured-data/tags/2.25.0/readme.txt

    r2518948 r2528930  
    11=== snip - Structured Data & Schema ===
    2 Stable tag: 2.24.0
     2Stable tag: 2.25.0
    33Contributors: floriansimeth
    44Donate link: https://rich-snippets.io
  • snip-structured-data/tags/2.25.0/rich-snippets-wordpress-plugin.php

    r2518948 r2528930  
    44Plugin URI: https://rich-snippets.io?pk_campaign=snip-plugin-uri
    55Description: Allows to create Rich Snippets and general structured data readable by search engines.
    6 Version: 2.24.0
     6Version: 2.25.0
    77Author: floriansimeth
    88Author URI: https://florian-simeth.de?pk_campaign=snip-author-uri
  • snip-structured-data/trunk/classes/model/fields.php

    r2518948 r2528930  
    458458        $input_name = 'edit' === $screen ? $input_name . '[textfield]' : $input_name;
    459459
    460         $is_visible = false !== stripos( $args['selected'], 'textfield' );
     460        #$is_visible = false !== stripos( $args['selected'], 'textfield' );
    461461
    462462        printf(
    463463            '<textarea data-name="textfield" class="wpb-rs-schema-property-field-text wpb-rs-schema-property-field-text-%s regular-text %s" name="%s">%s</textarea>',
    464464            $html_id,
    465             $is_visible && ! $property->inherits_sub_schema() ? '' : 'wpb-rs-hidden',
     465            ! $property->inherits_sub_schema() ? '' : 'wpb-rs-hidden',
    466466            $input_name,
    467467            esc_textarea( $textvalue )
  • snip-structured-data/trunk/classes/objects/rich-snippet.php

    r2438796 r2528930  
    413413            $new_props[ $k ]->overwritten            = false;
    414414
    415             if ( isset( $prop->value[0] ) && false !== stripos( $prop->value[0], '://schema.org' ) ) {
     415            if ( isset( $prop->value[0] ) && ( 4 === stripos( $prop->value[0], '://schema.org' ) || 5 === stripos( $prop->value[0], '://schema.org' ) ) ) {
    416416                # don't fill the value if this is a sub-schema
    417417                $value = '';
  • snip-structured-data/trunk/languages/rich-snippets-schema-de_DE.po

    r2494037 r2528930  
    22msgstr ""
    33"Project-Id-Version: snip - The Rich Snippets & Structured Data Plugin\n"
    4 "POT-Creation-Date: 2021-03-11 18:36+0100\n"
    5 "PO-Revision-Date: 2021-03-11 18:38+0100\n"
     4"POT-Creation-Date: 2021-05-10 10:43+0200\n"
     5"PO-Revision-Date: 2021-05-10 10:44+0200\n"
    66"Last-Translator: \n"
    77"Language-Team: \n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "X-Generator: Poedit 2.4.2\n"
     12"X-Generator: Poedit 2.4.3\n"
    1313"X-Poedit-Basepath: ..\n"
    1414"Plural-Forms: nplurals=2; plural=(n != 1);\n"
     
    696696msgstr "Sorry, die Suche lieferte nichts zurück."
    697697
    698 #: classes/controller/rest.php:1374
     698#: classes/controller/rest.php:1379
    699699msgid "An array is needed."
    700700msgstr "Ein Array ist nötig."
    701701
    702 #: classes/controller/rest.php:1381
     702#: classes/controller/rest.php:1386
    703703msgid "An array with a key \"schemas\" is needed."
    704704msgstr "Ein Array mit dem Schlüssel „schemas“ wird benötigt."
    705705
    706 #: classes/controller/rest.php:1452 classes/controller/rest.php:1560
     706#: classes/controller/rest.php:1457 classes/controller/rest.php:1565
    707707msgid "An error occurred during the update."
    708708msgstr "Während des Update-Vorgangs trat ein Fehler auf."
    709709
    710 #: classes/controller/rest.php:1478
     710#: classes/controller/rest.php:1483
    711711msgid "An array with a \"ruleGroups\" key is needed."
    712712msgstr "Ein Array mit dem Schlüssel „ruleGroups“ ist nötig."
    713713
    714 #: classes/controller/rest.php:1679
     714#: classes/controller/rest.php:1684
    715715msgid ""
    716716"The WP-Buddy API returned an error while SNIP was searching for examples."
     
    719719"Beispielen zu suchen."
    720720
    721 #: classes/controller/rest.php:1686
     721#: classes/controller/rest.php:1691
    722722msgid "The WP-Buddy API did not return any Term-IDs to request for examples."
    723723msgstr ""
     
    725725"suchen."
    726726
    727 #: classes/controller/rest.php:1705
     727#: classes/controller/rest.php:1710
    728728msgctxt "rich-snippets-schema"
    729729msgid "Either type or ids must be entered."
    730730msgstr "Entweder „type“ oder „ids“ muss eingegeben werden."
    731731
    732 #: classes/controller/rest.php:1716 classes/controller/rest.php:1893
     732#: classes/controller/rest.php:1721 classes/controller/rest.php:1898
    733733msgctxt "Thrown error on rest api when there were no snip examples found."
    734734msgid "The WP-Buddy API did not return any SNIPs."
    735735msgstr "Die WP-Buddy API gab keine SNIPs zurück."
    736736
    737 #: classes/controller/rest.php:1827
     737#: classes/controller/rest.php:1832
    738738#, php-format
    739739msgctxt ""
     
    743743msgstr "%1$s (%2$s, %3$d)"
    744744
    745 #: classes/controller/rest.php:1833
     745#: classes/controller/rest.php:1838
    746746msgid "(No post title)"
    747747msgstr "(Kein Posttitel)"
    748748
    749 #: classes/controller/rest.php:1958
     749#: classes/controller/rest.php:1963
    750750#, php-format
    751751msgid "Could not create global snippet during SNIP import. Got error: %s"
     
    754754"Die Fehlermeldung lautet: %s"
    755755
    756 #: classes/controller/rest.php:1978
     756#: classes/controller/rest.php:1983
    757757msgid "Could not decode SNIP. No Global Snippet was created."
    758758msgstr ""
    759759"Ein SNIP konnte nicht dekodiert werden. Kein Globales Snippet wurde erstellt."
    760760
    761 #: classes/controller/rest.php:2022
     761#: classes/controller/rest.php:2027
    762762#, php-format
    763763msgid "Created Global Snippet \"%s\"."
    764764msgstr "Global Snippet „%s“ erstellt."
    765765
    766 #: classes/controller/rest.php:2027
     766#: classes/controller/rest.php:2032
    767767#, php-format
    768768msgid "Updated Global Snippet \"%s\"."
    769769msgstr "Global Snippet „%s“ aktualisiert."
    770770
    771 #: classes/controller/rest.php:2035
     771#: classes/controller/rest.php:2040
    772772msgid "Some snippets were installed because they are dependent on others."
    773773msgstr ""
     
    884884msgstr "Kategorie-URL"
    885885
    886 #: classes/model/fields.php:649
     886#: classes/model/fields.php:655
    887887msgctxt "Link to a custom ID on a page."
    888888msgid "Custom ID"
    889889msgstr "Individuelle ID"
    890890
    891 #: classes/model/fields.php:867
     891#: classes/model/fields.php:873
    892892msgctxt "subselect field"
    893893msgid "Post meta field (Pro version only)"
    894894msgstr "Postmeta-Feld (Nur Pro Version)"
    895895
    896 #: classes/model/fields.php:868 pro/classes/model/fields.php:53
     896#: classes/model/fields.php:874 pro/classes/model/fields.php:53
    897897msgid "Enter the name of the text meta field."
    898898msgstr "Gib einen Namen für das Meta-Feld ein."
    899899
    900 #: classes/model/fields.php:874
     900#: classes/model/fields.php:880
     901msgctxt "subselect field"
     902msgid "ACF field (Pro version only)"
     903msgstr "ACF-Feld (Nur Pro Version)"
     904
     905#: classes/model/fields.php:881
     906msgid "Enter the name of the ACF field."
     907msgstr "Gib den Namen für das ACF-Feld ein."
     908
     909#: classes/model/fields.php:887
    901910msgctxt "subselect field"
    902911msgid "Term meta field (Pro version only)"
    903912msgstr "Term-Meta-Feld (nur Pro Version)"
    904913
    905 #: classes/model/fields.php:875 pro/classes/model/fields.php:59
     914#: classes/model/fields.php:888 pro/classes/model/fields.php:59
    906915msgid "Enter the name of the term meta field."
    907916msgstr "Gib einen Namen für das Term-Meta-Feld ein."
    908917
    909 #: classes/model/fields.php:881
     918#: classes/model/fields.php:894
    910919msgctxt "subselect field"
    911920msgid "Option (Pro version only)"
    912921msgstr "Option (Nur Pro Version)"
    913922
    914 #: classes/model/fields.php:882 pro/classes/model/fields.php:65
     923#: classes/model/fields.php:895 pro/classes/model/fields.php:65
    915924msgid "Enter the name of the option from the WordPress options database table."
    916925msgstr ""
    917926"Gib den Namen für eine Option in der WordPress-Options-Datanbanktabelle ein."
    918927
    919 #: classes/model/fields.php:916
     928#: classes/model/fields.php:929
    920929msgctxt "subselect field"
    921930msgid "Sequential Number (Pro version only)"
    922931msgstr "Fortlaufende Nummer (Nur Pro Version)"
    923932
    924 #: classes/model/fields.php:917 pro/classes/model/fields.php:95
     933#: classes/model/fields.php:930 pro/classes/model/fields.php:95
    925934msgid "Enter a name for the counter."
    926935msgstr "Gib einen Namen für den Zähler ein."
    927936
    928 #: classes/model/fields.php:926
     937#: classes/model/fields.php:939
    929938msgctxt "subselect field"
    930939msgid "Term title (Pro version only)"
    931940msgstr "Term-Titel (nur Pro Version)"
    932941
    933 #: classes/model/fields.php:931
     942#: classes/model/fields.php:944
    934943msgctxt "subselect field"
    935944msgid "Post content (Pro version only)"
    936945msgstr "Beitragsinhalt (Nur Pro Version)"
    937946
    938 #: classes/model/fields.php:936 classes/model/fields.php:950
    939 #: classes/model/fields.php:966
     947#: classes/model/fields.php:949 classes/model/fields.php:963
     948#: classes/model/fields.php:979
    940949msgctxt "subselect field"
    941950msgid "Term description  (Pro version only)"
    942951msgstr "Termbeschreibung (nur Pro Version)"
    943952
    944 #: classes/model/fields.php:975
     953#: classes/model/fields.php:988
    945954msgctxt "subselect field"
    946955msgid "Search URL (with {search_term_string} placeholder, Pro version only)"
    947956msgstr "Such-URL (mit {search_term_string} Platzhalter, Nur Pro Version)"
    948957
    949 #: classes/model/fields.php:980
     958#: classes/model/fields.php:993
    950959msgctxt "subselect field"
    951960msgid "Search URL (Pro version only)"
    952961msgstr "Such-URL (Nur Pro Version)"
    953962
    954 #: classes/model/fields.php:985
     963#: classes/model/fields.php:998
    955964msgctxt "subselect field"
    956965msgid "Term URL (Pro version only)"
    957966msgstr "Term URL (nur Pro Version)"
    958967
    959 #: classes/model/fields.php:990
     968#: classes/model/fields.php:1003
    960969msgctxt "subselect field"
    961970msgid "Term description (Pro version only)"
    962971msgstr "Termbeschreibung (nur Pro Version)"
    963972
    964 #: classes/model/fields.php:1022
     973#: classes/model/fields.php:1035
    965974#, php-format
    966975msgid "Comma separated list of %s (Pro version only)"
     
    10691078msgstr "Die WP-Buddy API gab keine Schema-Nachkommen zurück."
    10701079
    1071 #: classes/model/schemas.php:312
     1080#: classes/model/schemas.php:316
    10721081msgctxt ""
    10731082"Thrown error on rest api when there was no list of type descendants found."
     
    21292138"(englisch)."
    21302139
    2131 #: pro/classes/controller/rest.php:74
     2140#: pro/classes/controller/rest.php:77
    21322141msgid "Schemas saved on a post."
    21332142msgstr "Schemas, die zu einem Artikel gespeichert wurden."
    21342143
    2135 #: pro/classes/controller/rest.php:87
     2144#: pro/classes/controller/rest.php:90
    21362145msgid "The position of the schema."
    21372146msgstr "Position eines Schemas."
    21382147
    2139 #: pro/classes/controller/rest.php:344
     2148#: pro/classes/controller/rest.php:347
    21402149msgid "Could not find snippets on this post."
    21412150msgstr "Es konnten keine Snippets zu diesem Post gefunden werden."
    21422151
    2143 #: pro/classes/controller/rest.php:598
     2152#: pro/classes/controller/rest.php:599
    21442153msgid "Missing field \"snippets\"."
    21452154msgstr "Feld „snippets“ fehlt."
    21462155
    2147 #: pro/classes/controller/rest.php:605
     2156#: pro/classes/controller/rest.php:606
    21482157msgid "Field \"snippets\" should be an array of values."
    21492158msgstr "Feld „snippets“ sollte ein Array sein und Werte enthalten."
     
    21552164"Es sieht so aus als ob der Update-Server momentan nicht erreichbar wäre. "
    21562165"Bitte bleib dran."
     2166
     2167#: pro/classes/model/acf.php:36
     2168msgctxt "subselect field"
     2169msgid "ACF Field"
     2170msgstr ""
     2171
     2172#: pro/classes/model/acf.php:293
     2173#, php-format
     2174msgid "ACF Repeater: %s (from \"%s\" field group)"
     2175msgstr "ACF Wiederholung: %s (aus der „%s“ Feldgruppe)"
    21572176
    21582177#: pro/classes/model/cron.php:91
  • snip-structured-data/trunk/languages/rich-snippets-schema-en_US.po

    r2494037 r2528930  
    22msgstr ""
    33"Project-Id-Version: snip - The Rich Snippets & Structured Data Plugin\n"
    4 "POT-Creation-Date: 2021-03-11 18:38+0100\n"
    5 "PO-Revision-Date: 2021-03-11 18:38+0100\n"
     4"POT-Creation-Date: 2021-05-10 10:43+0200\n"
     5"PO-Revision-Date: 2021-05-10 10:43+0200\n"
    66"Last-Translator: \n"
    77"Language-Team: \n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "X-Generator: Poedit 2.4.2\n"
     12"X-Generator: Poedit 2.4.3\n"
    1313"X-Poedit-Basepath: ..\n"
    1414"Plural-Forms: nplurals=2; plural=(n != 1);\n"
     
    640640msgstr ""
    641641
    642 #: classes/controller/rest.php:1374
     642#: classes/controller/rest.php:1379
    643643msgid "An array is needed."
    644644msgstr ""
    645645
    646 #: classes/controller/rest.php:1381
     646#: classes/controller/rest.php:1386
    647647msgid "An array with a key \"schemas\" is needed."
    648648msgstr ""
    649649
    650 #: classes/controller/rest.php:1452 classes/controller/rest.php:1560
     650#: classes/controller/rest.php:1457 classes/controller/rest.php:1565
    651651msgid "An error occurred during the update."
    652652msgstr ""
    653653
    654 #: classes/controller/rest.php:1478
     654#: classes/controller/rest.php:1483
    655655msgid "An array with a \"ruleGroups\" key is needed."
    656656msgstr ""
    657657
    658 #: classes/controller/rest.php:1679
     658#: classes/controller/rest.php:1684
    659659msgid ""
    660660"The WP-Buddy API returned an error while SNIP was searching for examples."
    661661msgstr ""
    662662
    663 #: classes/controller/rest.php:1686
     663#: classes/controller/rest.php:1691
    664664msgid "The WP-Buddy API did not return any Term-IDs to request for examples."
    665665msgstr ""
    666666
    667 #: classes/controller/rest.php:1705
     667#: classes/controller/rest.php:1710
    668668msgctxt "rich-snippets-schema"
    669669msgid "Either type or ids must be entered."
    670670msgstr ""
    671671
    672 #: classes/controller/rest.php:1716 classes/controller/rest.php:1893
     672#: classes/controller/rest.php:1721 classes/controller/rest.php:1898
    673673msgctxt "Thrown error on rest api when there were no snip examples found."
    674674msgid "The WP-Buddy API did not return any SNIPs."
    675675msgstr ""
    676676
    677 #: classes/controller/rest.php:1827
     677#: classes/controller/rest.php:1832
    678678#, php-format
    679679msgctxt ""
     
    683683msgstr ""
    684684
    685 #: classes/controller/rest.php:1833
     685#: classes/controller/rest.php:1838
    686686msgid "(No post title)"
    687687msgstr ""
    688688
    689 #: classes/controller/rest.php:1958
     689#: classes/controller/rest.php:1963
    690690#, php-format
    691691msgid "Could not create global snippet during SNIP import. Got error: %s"
    692692msgstr ""
    693693
    694 #: classes/controller/rest.php:1978
     694#: classes/controller/rest.php:1983
    695695msgid "Could not decode SNIP. No Global Snippet was created."
    696696msgstr ""
    697697
    698 #: classes/controller/rest.php:2022
     698#: classes/controller/rest.php:2027
    699699#, php-format
    700700msgid "Created Global Snippet \"%s\"."
    701701msgstr ""
    702702
    703 #: classes/controller/rest.php:2027
     703#: classes/controller/rest.php:2032
    704704#, php-format
    705705msgid "Updated Global Snippet \"%s\"."
    706706msgstr ""
    707707
    708 #: classes/controller/rest.php:2035
     708#: classes/controller/rest.php:2040
    709709msgid "Some snippets were installed because they are dependent on others."
    710710msgstr ""
     
    819819msgstr ""
    820820
    821 #: classes/model/fields.php:649
     821#: classes/model/fields.php:655
    822822msgctxt "Link to a custom ID on a page."
    823823msgid "Custom ID"
    824824msgstr ""
    825825
    826 #: classes/model/fields.php:867
     826#: classes/model/fields.php:873
    827827msgctxt "subselect field"
    828828msgid "Post meta field (Pro version only)"
    829829msgstr ""
    830830
    831 #: classes/model/fields.php:868 pro/classes/model/fields.php:53
     831#: classes/model/fields.php:874 pro/classes/model/fields.php:53
    832832msgid "Enter the name of the text meta field."
    833833msgstr ""
    834834
    835 #: classes/model/fields.php:874
     835#: classes/model/fields.php:880
     836msgctxt "subselect field"
     837msgid "ACF field (Pro version only)"
     838msgstr ""
     839
     840#: classes/model/fields.php:881
     841msgid "Enter the name of the ACF field."
     842msgstr ""
     843
     844#: classes/model/fields.php:887
    836845msgctxt "subselect field"
    837846msgid "Term meta field (Pro version only)"
    838847msgstr ""
    839848
    840 #: classes/model/fields.php:875 pro/classes/model/fields.php:59
     849#: classes/model/fields.php:888 pro/classes/model/fields.php:59
    841850msgid "Enter the name of the term meta field."
    842851msgstr ""
    843852
    844 #: classes/model/fields.php:881
     853#: classes/model/fields.php:894
    845854msgctxt "subselect field"
    846855msgid "Option (Pro version only)"
    847856msgstr ""
    848857
    849 #: classes/model/fields.php:882 pro/classes/model/fields.php:65
     858#: classes/model/fields.php:895 pro/classes/model/fields.php:65
    850859msgid "Enter the name of the option from the WordPress options database table."
    851860msgstr ""
    852861
    853 #: classes/model/fields.php:916
     862#: classes/model/fields.php:929
    854863msgctxt "subselect field"
    855864msgid "Sequential Number (Pro version only)"
    856865msgstr ""
    857866
    858 #: classes/model/fields.php:917 pro/classes/model/fields.php:95
     867#: classes/model/fields.php:930 pro/classes/model/fields.php:95
    859868msgid "Enter a name for the counter."
    860869msgstr ""
    861870
    862 #: classes/model/fields.php:926
     871#: classes/model/fields.php:939
    863872msgctxt "subselect field"
    864873msgid "Term title (Pro version only)"
    865874msgstr ""
    866875
    867 #: classes/model/fields.php:931
     876#: classes/model/fields.php:944
    868877msgctxt "subselect field"
    869878msgid "Post content (Pro version only)"
    870879msgstr ""
    871880
    872 #: classes/model/fields.php:936 classes/model/fields.php:950
    873 #: classes/model/fields.php:966
     881#: classes/model/fields.php:949 classes/model/fields.php:963
     882#: classes/model/fields.php:979
    874883msgctxt "subselect field"
    875884msgid "Term description  (Pro version only)"
    876885msgstr ""
    877886
    878 #: classes/model/fields.php:975
     887#: classes/model/fields.php:988
    879888msgctxt "subselect field"
    880889msgid "Search URL (with {search_term_string} placeholder, Pro version only)"
    881890msgstr ""
    882891
    883 #: classes/model/fields.php:980
     892#: classes/model/fields.php:993
    884893msgctxt "subselect field"
    885894msgid "Search URL (Pro version only)"
    886895msgstr ""
    887896
    888 #: classes/model/fields.php:985
     897#: classes/model/fields.php:998
    889898msgctxt "subselect field"
    890899msgid "Term URL (Pro version only)"
    891900msgstr ""
    892901
    893 #: classes/model/fields.php:990
     902#: classes/model/fields.php:1003
    894903msgctxt "subselect field"
    895904msgid "Term description (Pro version only)"
    896905msgstr ""
    897906
    898 #: classes/model/fields.php:1022
     907#: classes/model/fields.php:1035
    899908#, php-format
    900909msgid "Comma separated list of %s (Pro version only)"
     
    10031012msgstr ""
    10041013
    1005 #: classes/model/schemas.php:312
     1014#: classes/model/schemas.php:316
    10061015msgctxt ""
    10071016"Thrown error on rest api when there was no list of type descendants found."
     
    19291938msgstr ""
    19301939
    1931 #: pro/classes/controller/rest.php:74
     1940#: pro/classes/controller/rest.php:77
    19321941msgid "Schemas saved on a post."
    19331942msgstr ""
    19341943
    1935 #: pro/classes/controller/rest.php:87
     1944#: pro/classes/controller/rest.php:90
    19361945msgid "The position of the schema."
    19371946msgstr ""
    19381947
    1939 #: pro/classes/controller/rest.php:344
     1948#: pro/classes/controller/rest.php:347
    19401949msgid "Could not find snippets on this post."
    19411950msgstr ""
    19421951
    1943 #: pro/classes/controller/rest.php:598
     1952#: pro/classes/controller/rest.php:599
    19441953msgid "Missing field \"snippets\"."
    19451954msgstr ""
    19461955
    1947 #: pro/classes/controller/rest.php:605
     1956#: pro/classes/controller/rest.php:606
    19481957msgid "Field \"snippets\" should be an array of values."
    19491958msgstr ""
     
    19521961msgid ""
    19531962"It seems the update server is not reachable at the moment. Please stay tuned."
     1963msgstr ""
     1964
     1965#: pro/classes/model/acf.php:36
     1966msgctxt "subselect field"
     1967msgid "ACF Field"
     1968msgstr ""
     1969
     1970#: pro/classes/model/acf.php:293
     1971#, php-format
     1972msgid "ACF Repeater: %s (from \"%s\" field group)"
    19541973msgstr ""
    19551974
  • snip-structured-data/trunk/languages/rich-snippets-schema-fa_IR.po

    r2494037 r2528930  
    22msgstr ""
    33"Project-Id-Version: snip - The Rich Snippets & Structured Data Plugin\n"
    4 "POT-Creation-Date: 2021-03-11 18:38+0100\n"
    5 "PO-Revision-Date: 2021-03-11 18:38+0100\n"
     4"POT-Creation-Date: 2021-05-10 10:43+0200\n"
     5"PO-Revision-Date: 2021-05-10 10:43+0200\n"
    66"Last-Translator: \n"
    77"Language-Team: CGTeam <cgteam@ymail.com>\n"
     
    694694msgstr "متاسفیم، هیچی برای جستجوی شما یافت نشد."
    695695
    696 #: classes/controller/rest.php:1374
     696#: classes/controller/rest.php:1379
    697697msgid "An array is needed."
    698698msgstr ""
    699699
    700 #: classes/controller/rest.php:1381
     700#: classes/controller/rest.php:1386
    701701msgid "An array with a key \"schemas\" is needed."
    702702msgstr ""
    703703
    704 #: classes/controller/rest.php:1452 classes/controller/rest.php:1560
     704#: classes/controller/rest.php:1457 classes/controller/rest.php:1565
    705705#, fuzzy
    706706#| msgid "An unknown error occurred during an API request."
     
    708708msgstr "خطای ناشناخته هنگام درخواست API روی داده است."
    709709
    710 #: classes/controller/rest.php:1478
     710#: classes/controller/rest.php:1483
    711711msgid "An array with a \"ruleGroups\" key is needed."
    712712msgstr ""
    713713
    714 #: classes/controller/rest.php:1679
     714#: classes/controller/rest.php:1684
    715715msgid ""
    716716"The WP-Buddy API returned an error while SNIP was searching for examples."
    717717msgstr ""
    718718
    719 #: classes/controller/rest.php:1686
     719#: classes/controller/rest.php:1691
    720720#, fuzzy
    721721#| msgctxt "Thrown error on rest api when there was no list of classes found."
     
    724724msgstr "این WP-Buddy API هیچ نوعی از schema بر نمیگرداند."
    725725
    726 #: classes/controller/rest.php:1705
     726#: classes/controller/rest.php:1710
    727727msgctxt "rich-snippets-schema"
    728728msgid "Either type or ids must be entered."
    729729msgstr ""
    730730
    731 #: classes/controller/rest.php:1716 classes/controller/rest.php:1893
     731#: classes/controller/rest.php:1721 classes/controller/rest.php:1898
    732732#, fuzzy
    733733#| msgctxt ""
     
    738738msgstr "این WP-Buddy API هیچ ویژگی بر نمیگرداند."
    739739
    740 #: classes/controller/rest.php:1827
     740#: classes/controller/rest.php:1832
    741741#, php-format
    742742msgctxt ""
     
    746746msgstr "%1$s (%2$s, %3$d)"
    747747
    748 #: classes/controller/rest.php:1833
     748#: classes/controller/rest.php:1838
    749749msgid "(No post title)"
    750750msgstr "(بدون عنوان نوشته)"
    751751
    752 #: classes/controller/rest.php:1958
     752#: classes/controller/rest.php:1963
    753753#, php-format
    754754msgid "Could not create global snippet during SNIP import. Got error: %s"
    755755msgstr ""
    756756
    757 #: classes/controller/rest.php:1978
     757#: classes/controller/rest.php:1983
    758758msgid "Could not decode SNIP. No Global Snippet was created."
    759759msgstr ""
    760760
    761 #: classes/controller/rest.php:2022
     761#: classes/controller/rest.php:2027
    762762#, fuzzy, php-format
    763763#| msgid "Create New Global Snippet"
     
    765765msgstr "ایجاد اسنیپت کلی جدید"
    766766
    767 #: classes/controller/rest.php:2027
     767#: classes/controller/rest.php:2032
    768768#, fuzzy, php-format
    769769#| msgid "Global Snippets"
     
    771771msgstr "اسنیپت‌های کلی"
    772772
    773 #: classes/controller/rest.php:2035
     773#: classes/controller/rest.php:2040
    774774msgid "Some snippets were installed because they are dependent on others."
    775775msgstr ""
     
    887887msgstr "آدرس اینترنتی دسته"
    888888
    889 #: classes/model/fields.php:649
     889#: classes/model/fields.php:655
    890890msgctxt "Link to a custom ID on a page."
    891891msgid "Custom ID"
    892892msgstr "شناسه سفارشی"
    893893
    894 #: classes/model/fields.php:867
     894#: classes/model/fields.php:873
    895895#, fuzzy
    896896#| msgctxt "subselect field"
     
    900900msgstr "فیلد متای نوشته"
    901901
    902 #: classes/model/fields.php:868 pro/classes/model/fields.php:53
     902#: classes/model/fields.php:874 pro/classes/model/fields.php:53
    903903msgid "Enter the name of the text meta field."
    904904msgstr ""
    905905
    906 #: classes/model/fields.php:874
     906#: classes/model/fields.php:880
    907907#, fuzzy
    908908#| msgctxt "subselect field"
    909909#| msgid "Post meta field"
    910910msgctxt "subselect field"
     911msgid "ACF field (Pro version only)"
     912msgstr "فیلد متای نوشته"
     913
     914#: classes/model/fields.php:881
     915msgid "Enter the name of the ACF field."
     916msgstr ""
     917
     918#: classes/model/fields.php:887
     919#, fuzzy
     920#| msgctxt "subselect field"
     921#| msgid "Post meta field"
     922msgctxt "subselect field"
    911923msgid "Term meta field (Pro version only)"
    912924msgstr "فیلد متای نوشته"
    913925
    914 #: classes/model/fields.php:875 pro/classes/model/fields.php:59
     926#: classes/model/fields.php:888 pro/classes/model/fields.php:59
    915927msgid "Enter the name of the term meta field."
    916928msgstr ""
    917929
    918 #: classes/model/fields.php:881
     930#: classes/model/fields.php:894
    919931msgctxt "subselect field"
    920932msgid "Option (Pro version only)"
    921933msgstr ""
    922934
    923 #: classes/model/fields.php:882 pro/classes/model/fields.php:65
     935#: classes/model/fields.php:895 pro/classes/model/fields.php:65
    924936msgid "Enter the name of the option from the WordPress options database table."
    925937msgstr ""
    926938
    927 #: classes/model/fields.php:916
     939#: classes/model/fields.php:929
    928940#, fuzzy
    929941#| msgctxt "subselect field"
     
    933945msgstr "عدد متوالی"
    934946
    935 #: classes/model/fields.php:917 pro/classes/model/fields.php:95
     947#: classes/model/fields.php:930 pro/classes/model/fields.php:95
    936948msgid "Enter a name for the counter."
    937949msgstr ""
    938950
    939 #: classes/model/fields.php:926
     951#: classes/model/fields.php:939
    940952#, fuzzy
    941953#| msgctxt "subselect field"
     
    945957msgstr "عنوان شرط ( فقط حلقه)"
    946958
    947 #: classes/model/fields.php:931
     959#: classes/model/fields.php:944
    948960msgctxt "subselect field"
    949961msgid "Post content (Pro version only)"
    950962msgstr ""
    951963
    952 #: classes/model/fields.php:936 classes/model/fields.php:950
    953 #: classes/model/fields.php:966
     964#: classes/model/fields.php:949 classes/model/fields.php:963
     965#: classes/model/fields.php:979
    954966msgctxt "subselect field"
    955967msgid "Term description  (Pro version only)"
    956968msgstr ""
    957969
    958 #: classes/model/fields.php:975
     970#: classes/model/fields.php:988
    959971#, fuzzy
    960972#| msgctxt "subselect field"
     
    964976msgstr "آدرس جستجو (با جانگهدار  {search_term_string} )"
    965977
    966 #: classes/model/fields.php:980
     978#: classes/model/fields.php:993
    967979msgctxt "subselect field"
    968980msgid "Search URL (Pro version only)"
    969981msgstr ""
    970982
    971 #: classes/model/fields.php:985
     983#: classes/model/fields.php:998
    972984#, fuzzy
    973985#| msgctxt "subselect field"
     
    977989msgstr "آدرس شرط (فقط حلقه)"
    978990
    979 #: classes/model/fields.php:990
     991#: classes/model/fields.php:1003
    980992msgctxt "subselect field"
    981993msgid "Term description (Pro version only)"
    982994msgstr ""
    983995
    984 #: classes/model/fields.php:1022
     996#: classes/model/fields.php:1035
    985997#, fuzzy, php-format
    986998#| msgid "Property list for %s"
     
    11021114msgstr "این WP-Buddy API هیچ فرزندی بر نمیگرداند."
    11031115
    1104 #: classes/model/schemas.php:312
     1116#: classes/model/schemas.php:316
    11051117msgctxt ""
    11061118"Thrown error on rest api when there was no list of type descendants found."
     
    21562168"آموزش ساختار داده</a>."
    21572169
    2158 #: pro/classes/controller/rest.php:74
     2170#: pro/classes/controller/rest.php:77
    21592171msgid "Schemas saved on a post."
    21602172msgstr ""
    21612173
    2162 #: pro/classes/controller/rest.php:87
     2174#: pro/classes/controller/rest.php:90
    21632175msgid "The position of the schema."
    21642176msgstr ""
    21652177
    2166 #: pro/classes/controller/rest.php:344
     2178#: pro/classes/controller/rest.php:347
    21672179msgid "Could not find snippets on this post."
    21682180msgstr "نمی توان اسنیپت را برای این نوشته یافت."
    21692181
    2170 #: pro/classes/controller/rest.php:598
     2182#: pro/classes/controller/rest.php:599
    21712183msgid "Missing field \"snippets\"."
    21722184msgstr ""
    21732185
    2174 #: pro/classes/controller/rest.php:605
     2186#: pro/classes/controller/rest.php:606
    21752187msgid "Field \"snippets\" should be an array of values."
    21762188msgstr ""
     
    21802192"It seems the update server is not reachable at the moment. Please stay tuned."
    21812193msgstr "بنظر میرسد بروزرسانی سرور درحال حاضر امکان پذیر نیست. لطفا پیگیری کنید."
     2194
     2195#: pro/classes/model/acf.php:36
     2196msgctxt "subselect field"
     2197msgid "ACF Field"
     2198msgstr ""
     2199
     2200#: pro/classes/model/acf.php:293
     2201#, php-format
     2202msgid "ACF Repeater: %s (from \"%s\" field group)"
     2203msgstr ""
    21822204
    21832205#: pro/classes/model/cron.php:91
  • snip-structured-data/trunk/readme.txt

    r2518948 r2528930  
    11=== snip - Structured Data & Schema ===
    2 Stable tag: 2.24.0
     2Stable tag: 2.25.0
    33Contributors: floriansimeth
    44Donate link: https://rich-snippets.io
  • snip-structured-data/trunk/rich-snippets-wordpress-plugin.php

    r2518948 r2528930  
    44Plugin URI: https://rich-snippets.io?pk_campaign=snip-plugin-uri
    55Description: Allows to create Rich Snippets and general structured data readable by search engines.
    6 Version: 2.24.0
     6Version: 2.25.0
    77Author: floriansimeth
    88Author URI: https://florian-simeth.de?pk_campaign=snip-author-uri
Note: See TracChangeset for help on using the changeset viewer.